Class RenderPlayerEvent

Direct Known Subclasses:
RenderPlayerEvent.Post, RenderPlayerEvent.Pre

public abstract class RenderPlayerEvent extends PlayerEvent
  • Field Details

    • renderer

      private final PlayerRenderer renderer
    • partialRenderTick

      private final float partialRenderTick
    • stack

      private final MatrixStack stack
    • buffers

      private final IRenderTypeBuffer buffers
    • light

      private final int light
  • Constructor Details

  • Method Details

    • getRenderer

      public PlayerRenderer getRenderer()
    • getPartialRenderTick

      public float getPartialRenderTick()
    • getMatrixStack

      public MatrixStack getMatrixStack()
    • getBuffers

      public IRenderTypeBuffer getBuffers()
    • getLight

      public int getLight()