Class PartDynamicRenderState

java.lang.Object
appeng.client.api.renderer.parts.PartDynamicRenderState

public class PartDynamicRenderState extends Object
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 Details

    • renderer

      public PartRenderer<?,?> renderer
    • lightCoords

      public int lightCoords
      See Also:
      • BlockEntityRenderState.lightCoords
    • side

      public net.minecraft.core.Direction side
      The side the part is attached to.
  • Constructor Details

    • PartDynamicRenderState

      public PartDynamicRenderState()