Interface Display

All Superinterfaces:
Initializable, Updatable
All Known Implementing Classes:
BaseDisplay, BukkitGUIDisplay, GUIDisplay, InventoryGUIDisplay, MinestomGUIDisplay

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

    Modifier and Type
    Method
    Description
    @NotNull Holder<?>
    Get the holder for the display
    @NotNull UUID
    Get the unique id for the display

    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

    • getHolder

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

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