Class DefaultSelectionUI
java.lang.Object
fr.prodrivers.bukkit.commons.ui.section.DefaultSelectionUI
- All Implemented Interfaces:
SelectionUI
Default Selection UI for sections.
This implementation is currently non-functional.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultSelectionUI
public DefaultSelectionUI()
-
-
Method Details
-
ui
Description copied from interface:SelectionUI
Opens a selection UI for a specific section. If you return this as a custom UI for one or several sections, you are guaranteed to only be called for those sections.- Specified by:
ui
in interfaceSelectionUI
- Parameters:
section
- Section to open UI forplayer
- Player that opened the selection UI
-