Class DemoIntroScreen

All Implemented Interfaces:
ContainerEventHandler, GuiEventListener, Renderable, TabOrderedElement

public class DemoIntroScreen extends Screen
  • Field Details

  • Constructor Details

    • DemoIntroScreen

      public DemoIntroScreen()
  • Method Details

    • init

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

      public void renderBackground(GuiGraphics p_283391_, int p_295532_, int p_296277_, float p_295918_)
      Overrides:
      renderBackground in class Screen
    • render

      public void render(GuiGraphics p_281247_, int p_281844_, int p_283693_, float p_281842_)
      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

      Renders the graphical user interface (GUI) element.

      Specified by:
      render in interface Renderable
      Overrides:
      render in class Screen
      Parameters:
      p_281247_ - the GuiGraphics object used for rendering.
      p_281844_ - the x-coordinate of the mouse cursor.
      p_283693_ - the y-coordinate of the mouse cursor.
      p_281842_ - the partial tick time.