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 ParticlesRenderStatebooleanfinal List<SectionUpdateRenderState> booleanbooleanbooleanfinal SkyRenderStatefinal WeatherRenderStatefinal WorldBorderRenderStateFields inherited from class BaseRenderState
extensions -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class BaseRenderState
getRenderData, 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
-
sectionUpdateRenderStates
-
entityRenderStates
-
blockEntityRenderStates
-
blockOutlineRenderState
-
blockBreakingRenderStates
-
weatherRenderState
-
worldBorderRenderState
-
skyRenderState
-
particlesRenderState
-
gameTime
public long gameTime -
lastEntityRenderStateCount
public int lastEntityRenderStateCount -
cloudColor
public int cloudColor -
cloudHeight
public float cloudHeight -
render3dCrosshair
public boolean render3dCrosshair -
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()
-