Class FullscreenRenderEvent


public class FullscreenRenderEvent extends ClientEvent
This event fired after map tiles and all entities, polygons, waypoints and before the buttons. Use it to do any custom rendering on the map.

This event cannot be canceled.

  • Constructor Details

    • FullscreenRenderEvent

      public FullscreenRenderEvent(IFullscreen fullscreen, net.minecraft.client.gui.GuiGraphics graphics, int mouseX, int mouseY, float partialTicks)
  • Method Details

    • getFullscreen

      public IFullscreen getFullscreen()
    • getMouseX

      public int getMouseX()
    • getMouseY

      public int getMouseY()
    • getPartialTicks

      public float getPartialTicks()
    • getGraphics

      public net.minecraft.client.gui.GuiGraphics getGraphics()