Class ReportReasonSelectionScreen

All Implemented Interfaces:
ContainerEventHandler, GuiEventListener, Renderable, TabOrderedElement

public class ReportReasonSelectionScreen extends Screen
  • Field Details

  • Constructor Details

  • Method Details

    • init

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

      protected void repositionElements()
      Overrides:
      repositionElements 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.
    • descriptionLeft

      private int descriptionLeft()
    • descriptionRight

      private int descriptionRight()
    • descriptionTop

      private int descriptionTop()
    • descriptionBottom

      private int descriptionBottom()
    • descriptionWidth

      private int descriptionWidth()
    • descriptionHeight

      private int descriptionHeight()
    • listHeight

      int listHeight()
    • onClose

      public void onClose()
      Overrides:
      onClose in class Screen