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
    • onClose

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

      void handleInvitation(boolean pAccept)
    • render

      public void render(GuiGraphics p_282787_, int p_88900_, int p_88901_, float p_88902_)
      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
      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.
    • updateButtonStates

      void updateButtonStates()