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 theSlimefunAddon
which added thisSlimefunGuideOption
.getDisplayItem
(Player p, ItemStack guide) getSelectedOption
(Player p, ItemStack guide) void
void
setSelectedOption
(Player p, ItemStack guide, T value)
-
Method Details
-
getAddon
This returns theSlimefunAddon
which added thisSlimefunGuideOption
.- Returns:
- The registering
SlimefunAddon
-
getDisplayItem
-
onClick
-
getSelectedOption
-
setSelectedOption
-