Class NameReportScreen

All Implemented Interfaces:
ContainerEventHandler, GuiEventListener, Renderable, TabOrderedElement

public class NameReportScreen extends AbstractReportScreen<NameReport.Builder>
  • Field Details

  • Constructor Details

  • Method Details

    • addContent

      protected void addContent()
      Specified by:
      addContent in class AbstractReportScreen<NameReport.Builder>
    • mouseReleased

      public boolean mouseReleased(double pMouseX, double pMouseY, int pButton)
      Called when a mouse button is released within the GUI element.

      Parameters:
      pMouseX - the X coordinate of the mouse.
      pMouseY - the Y coordinate of the mouse.
      pButton - the button that was released.
      Returns:
      true if the event is consumed, false otherwise.