Class DebugOptionsScreen

All Implemented Interfaces:
ContainerEventHandler, GuiEventListener, Renderable, TabOrderedElement

public class DebugOptionsScreen extends Screen
  • Field Details

  • Constructor Details

    • DebugOptionsScreen

      public DebugOptionsScreen()
  • Method Details

    • init

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

      public void renderBlurredBackground(GuiGraphics p_443530_)
      Overrides:
      renderBlurredBackground in class Screen
    • setInitialFocus

      protected void setInitialFocus()
      Overrides:
      setInitialFocus in class Screen
    • addProfileButton

      private void addProfileButton(DebugScreenProfile profile, LinearLayout layout)
    • repositionElements

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

      public void render(GuiGraphics p_433556_, int p_433119_, int p_434659_, float p_435243_)
      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_433556_ - the GuiGraphics object used for rendering.
      p_433119_ - the x-coordinate of the mouse cursor.
      p_434659_ - the y-coordinate of the mouse cursor.
      p_435243_ - the partial tick time.