Class MapRenderState.MapDecorationRenderState
java.lang.Object
net.neoforged.neoforge.client.renderstate.BaseRenderState
net.minecraft.client.renderer.state.MapRenderState.MapDecorationRenderState
- All Implemented Interfaces:
IRenderStateExtension
- Enclosing class:
MapRenderState
-
Field Summary
FieldsModifier and TypeFieldDescription@Nullable TextureAtlasSprite@Nullable ComponentbooleanbytebytebyteFields 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
-
type
-
atlasSprite
-
x
public byte x -
y
public byte y -
rot
public byte rot -
renderOnFrame
public boolean renderOnFrame -
name
-
-
Constructor Details
-
MapDecorationRenderState
public MapDecorationRenderState()
-