Class ChatSelectionScreen

All Implemented Interfaces:
ContainerEventHandler, GuiEventListener, Renderable, TabOrderedElement

public class ChatSelectionScreen extends Screen
  • Field Details

  • Constructor Details

  • Method Details

    • init

      protected void init()
      Overrides:
      init in class Screen
    • canReport

      private boolean canReport(LoggedChatMessage pMessage)
    • extendLog

      private void extendLog()
    • onReachedScrollTop

      void onReachedScrollTop()
    • updateConfirmSelectedButton

      void updateConfirmSelectedButton()
    • render

      public void render(GuiGraphics p_282899_, int p_239287_, int p_239288_, float p_239289_)
      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_282899_ - the GuiGraphics object used for rendering.
      p_239287_ - the x-coordinate of the mouse cursor.
      p_239288_ - the y-coordinate of the mouse cursor.
      p_239289_ - the partial tick time.
    • onClose

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

      public Component getNarrationMessage()
      Overrides:
      getNarrationMessage in class Screen