Interface SlimefunGuideOption<T>
- Type Parameters:
T- The type of value for this option
- All Superinterfaces:
Keyed
This interface represents an option in the
SlimefunGuide.- Author:
- TheBusyBiscuit
-
Method Summary
Modifier and TypeMethodDescriptiongetAddon()This returns theSlimefunAddonwhich added thisSlimefunGuideOption.getDisplayItem(Player p, ItemStack guide) getSelectedOption(Player p, ItemStack guide) voidvoidsetSelectedOption(Player p, ItemStack guide, T value)
-
Method Details
-
getAddon
This returns theSlimefunAddonwhich added thisSlimefunGuideOption.- Returns:
- The registering
SlimefunAddon
-
getDisplayItem
-
onClick
-
getSelectedOption
-
setSelectedOption
-