Interface Display

All Superinterfaces:
Initializable, Updatable
All Known Implementing Classes:
BaseDisplay

public interface Display extends Initializable, Updatable
The display
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the holder for the display
    Get the unique id for the display
    default void
    Handle the event

    Methods inherited from interface me.hsgamer.hscore.ui.property.Initializable

    init, stop

    Methods inherited from interface me.hsgamer.hscore.ui.property.Updatable

    update
  • Method Details

    • handleEvent

      default void handleEvent(Object event)
      Handle the event
      Parameters:
      event - the event
    • getHolder

      Holder<?> getHolder()
      Get the holder for the display
      Returns:
      the holder
    • getUniqueId

      UUID getUniqueId()
      Get the unique id for the display
      Returns:
      the unique id