Class TestScreen

All Implemented Interfaces:
ContainerEventHandler, GuiEventListener, Renderable, TabOrderedElement

public class TestScreen extends Screen
  • Constructor Details

    • TestScreen

      public TestScreen()
  • Method Details

    • open

      public static int open()
    • render

      public void render(GuiGraphics graphics, int MouseX, int MouseY, float PartialTick)
      Description copied from class: Screen
      Neo: mixins targeting this method won't fire for container screens as AbstractContainerScreen.render(net.minecraft.client.gui.GuiGraphics, int, int, float) replicates this method in place of a super call to insert an event

      Renders the graphical user interface (GUI) element.

      Specified by:
      render in interface Renderable
      Overrides:
      render in class Screen
      Parameters:
      graphics - the GuiGraphics object used for rendering.
      MouseX - the x-coordinate of the mouse cursor.
      MouseY - the y-coordinate of the mouse cursor.
      PartialTick - the partial tick time.