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 p_282815_, int p_283039_, int p_283620_, float p_281336_)
      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_282815_ - the GuiGraphics object used for rendering.
      p_283039_ - the x-coordinate of the mouse cursor.
      p_283620_ - the y-coordinate of the mouse cursor.
      p_281336_ - 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