Class PartDynamicRenderState
java.lang.Object
appeng.client.api.renderer.parts.PartDynamicRenderState
The base class for part-specific render state used for dynamically rendering parts.
Note that this is not used for static part models.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionintPartRenderer<?, ?> net.minecraft.core.DirectionThe side the part is attached to. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
renderer
-
lightCoords
public int lightCoords- See Also:
-
side
public net.minecraft.core.Direction sideThe side the part is attached to.
-
-
Constructor Details
-
PartDynamicRenderState
public PartDynamicRenderState()
-