Class GrindstoneScreen

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

public class GrindstoneScreen extends AbstractContainerScreen<GrindstoneMenu>
  • Field Details

  • Constructor Details

  • Method Details

    • render

      public void render(GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick)
      Renders the graphical user interface (GUI) element.
      Specified by:
      render in interface Renderable
      Overrides:
      render in class AbstractContainerScreen<GrindstoneMenu>
      Parameters:
      guiGraphics - the GuiGraphics object used for rendering.
      mouseX - the x-coordinate of the mouse cursor.
      mouseY - the y-coordinate of the mouse cursor.
      partialTick - the partial tick time.
    • renderBg

      protected void renderBg(GuiGraphics guiGraphics, float partialTick, int mouseX, int mouseY)
      Specified by:
      renderBg in class AbstractContainerScreen<GrindstoneMenu>