Class RealmsMainScreen.RealmSelectionListTrialEntry

All Implemented Interfaces:
Element
Enclosing class:
RealmsMainScreen

@Environment(CLIENT)
class RealmsMainScreen.RealmSelectionListTrialEntry
extends RealmsMainScreen.Entry
  • Constructor Details

    • RealmSelectionListTrialEntry

      private RealmSelectionListTrialEntry()
  • Method Details

    • render

      public void render​(MatrixStack matrices, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta)
      Specified by:
      render in class EntryListWidget.Entry<RealmsMainScreen.Entry>
    • mouseClicked

      public boolean mouseClicked​(double mouseX, double mouseY, int button)
      Callback for when a mouse button down event has been captured. The button number is identified by the constants in GLFW class.
      Parameters:
      mouseX - the X coordinate of the mouse
      mouseY - the Y coordinate of the mouse
      button - the mouse button number
      Returns:
      true to indicate that the event handling is successful/valid
      See Also:
      Mouse.onMouseButton(long, int, int, int), GLFW.GLFW_MOUSE_BUTTON_1
    • renderTrialItem

      private void renderTrialItem​(MatrixStack matrixStack, int index, int x, int y, int mouseX, int mouseY)