Class LevelRenderState
java.lang.Object
net.neoforged.neoforge.client.renderstate.BaseRenderState
net.minecraft.client.renderer.state.LevelRenderState
- All Implemented Interfaces:
IRenderStateExtension
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal List<BlockBreakingRenderState> final List<BlockEntityRenderState> @Nullable BlockOutlineRenderStateintfloat@Nullable CustomCloudsRenderer@Nullable CustomSkyboxRenderer@Nullable CustomWeatherEffectRendererfinal List<EntityRenderState> longbooleanintfinal 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
-
entityRenderStates
-
blockEntityRenderStates
-
haveGlowingEntities
public boolean haveGlowingEntities -
blockOutlineRenderState
-
blockBreakingRenderStates
-
weatherRenderState
-
worldBorderRenderState
-
skyRenderState
-
gameTime
public long gameTime -
lastEntityRenderStateCount
public int lastEntityRenderStateCount -
cloudColor
public int cloudColor -
cloudHeight
public float cloudHeight -
customSkyboxRenderer
-
customCloudsRenderer
-
customWeatherEffectRenderer
-
-
Constructor Details
-
LevelRenderState
public LevelRenderState()
-
-
Method Details
-
reset
public void reset()
-