Class RealmsPendingInvitesScreen

All Implemented Interfaces:
ContainerEventHandler, GuiEventListener, Renderable, TabOrderedElement

public class RealmsPendingInvitesScreen extends RealmsScreen
  • Field Details

  • Constructor Details

    • RealmsPendingInvitesScreen

      public RealmsPendingInvitesScreen(Screen pLastScreen, Component pTitle)
  • Method Details

    • init

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

      protected void repositionElements()
      Overrides:
      repositionElements in class Screen
    • onClose

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

      public void render(GuiGraphics p_282787_, int p_88900_, int p_88901_, float p_88902_)
      Description copied from interface: Renderable
      Renders the graphical user interface (GUI) element.
      Specified by:
      render in interface Renderable
      Overrides:
      render in class Screen
      Parameters:
      p_282787_ - the GuiGraphics object used for rendering.
      p_88900_ - the x-coordinate of the mouse cursor.
      p_88901_ - the y-coordinate of the mouse cursor.
      p_88902_ - the partial tick time.