Class LevelRenderState
java.lang.Object
net.neoforged.neoforge.client.renderstate.BaseRenderState
net.minecraft.client.renderer.state.level.LevelRenderState
- All Implemented Interfaces:
IRenderStateExtension
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal List<BlockBreakingRenderState> final List<BlockEntityRenderState> intfloatfinal List<EntityRenderState> longintfinal ParticlesRenderStatefinal PlayerRenderStatebooleanbooleanfinal List<SectionUpdateRenderState> booleanbooleanbooleanbooleanfinal SkyRenderStatefinal WeatherRenderStatefinal WorldBorderRenderStatefloatFields inherited from class BaseRenderState
extensions -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class BaseRenderState
getModelPartVisibility, getRenderData, overrideModelPartVisibility, resetRenderData, setRenderDataMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IRenderStateExtension
getRenderDataOrDefault, getRenderDataOrThrow
-
Field Details
-
cameraRenderState
-
playerRenderState
-
sectionUpdateRenderStates
-
entityRenderStates
-
blockEntityRenderStates
-
blockOutlineRenderState
-
blockBreakingRenderStates
-
weatherRenderState
-
worldBorderRenderState
-
skyRenderState
-
particlesRenderState
-
gameTime
public long gameTime -
worldPartialTicks
public float worldPartialTicks -
lastEntityRenderStateCount
public int lastEntityRenderStateCount -
cloudColor
public int cloudColor -
cloudHeight
public float cloudHeight -
render3dCrosshair
public boolean render3dCrosshair -
renderWireframeTerrain
public boolean renderWireframeTerrain -
shouldUseMultiDrawIndirectForTerrain
public boolean shouldUseMultiDrawIndirectForTerrain -
playerCompiledSectionCallback
-
chunkLoadingRenderState
-
shouldResetChunkLayerSampler
public boolean shouldResetChunkLayerSampler -
shouldShowEntityOutlines
public boolean shouldShowEntityOutlines -
shouldResetSkyRenderer
public boolean shouldResetSkyRenderer -
customSkyboxRenderer
-
customCloudsRenderer
-
customWeatherEffectRenderer
-
-
Constructor Details
-
LevelRenderState
public LevelRenderState()
-
-
Method Details
-
reset
public void reset()
-