Class RealmsConfirmScreen

All Implemented Interfaces:
ContainerEventHandler, GuiEventListener, Renderable, TabOrderedElement

public class RealmsConfirmScreen extends RealmsScreen
  • Field Details

    • callback

      protected it.unimi.dsi.fastutil.booleans.BooleanConsumer callback
    • title1

      private final Component title1
    • title2

      private final Component title2
  • Constructor Details

    • RealmsConfirmScreen

      public RealmsConfirmScreen(it.unimi.dsi.fastutil.booleans.BooleanConsumer p_88550_, Component p_88551_, Component p_88552_)
  • Method Details

    • init

      public void init()
      Overrides:
      init in class Screen
    • render

      public void render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick)
      Renders the graphical user interface (GUI) element.
      Specified by:
      render in interface Renderable
      Overrides:
      render in class Screen
      Parameters:
      pGuiGraphics - the GuiGraphics object used for rendering.
      pMouseX - the x-coordinate of the mouse cursor.
      pMouseY - the y-coordinate of the mouse cursor.
      pPartialTick - the partial tick time.