Class ShulkerBoxScreen

All Implemented Interfaces:
ContainerEventHandler, GuiEventListener, Renderable, TabOrderedElement, MenuAccess<ShulkerBoxMenu>

public class ShulkerBoxScreen extends AbstractContainerScreen<ShulkerBoxMenu>
  • Field Details

  • Constructor Details

  • Method Details

    • render

      public void render(GuiGraphics p_281745_, int p_282145_, int p_282358_, float p_283566_)
      Description copied from interface: Renderable
      Renders the graphical user interface (GUI) element.
      Specified by:
      render in interface Renderable
      Overrides:
      render in class AbstractContainerScreen<ShulkerBoxMenu>
      Parameters:
      p_281745_ - the GuiGraphics object used for rendering.
      p_282145_ - the x-coordinate of the mouse cursor.
      p_282358_ - the y-coordinate of the mouse cursor.
      p_283566_ - the partial tick time.
    • renderBg

      protected void renderBg(GuiGraphics p_281362_, float p_283080_, int p_281303_, int p_283275_)
      Specified by:
      renderBg in class AbstractContainerScreen<ShulkerBoxMenu>