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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
DefaultSelectionUIpublic DefaultSelectionUI()
 
- 
- 
Method Details- 
uiDescription copied from interface:SelectionUIOpens 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:
- uiin interface- SelectionUI
- Parameters:
- section- Section to open UI for
- player- Player that opened the selection UI
 
 
-