Package me.hsgamer.hscore.ui
Interface Display
- All Superinterfaces:
Initializable,Updatable
- All Known Implementing Classes:
BaseDisplay
The display
-
Method Summary
Modifier and TypeMethodDescription@NotNull Holder<?>Get the holder for the display@NotNull UUIDGet the unique id for the displaydefault <E> voidhandleEvent(@NotNull Class<E> eventClass, E event) Handler the eventdefault voidhandleEvent(@NotNull Object event) Handle the eventMethods inherited from interface me.hsgamer.hscore.ui.property.Initializable
init, stop
-
Method Details
-
handleEvent
Handler the event- Type Parameters:
E- the event type- Parameters:
eventClass- the event classevent- the event
-
handleEvent
Handle the event- Parameters:
event- the event
-
getHolder
Get the holder for the display- Returns:
- the holder
-
getUniqueId
Get the unique id for the display- Returns:
- the unique id
-