Package dev.aurelium.slate.info
Class TemplatePlaceholderInfo<T>
java.lang.Object
dev.aurelium.slate.info.MenuInfo
dev.aurelium.slate.info.PlaceholderInfo
dev.aurelium.slate.info.TemplatePlaceholderInfo<T>
- Type Parameters:
T- the template context object type
- Direct Known Subclasses:
ComponentPlaceholderInfo
Represents contextual information about a placeholder in a menu within a template.
-
Constructor Summary
ConstructorsConstructorDescriptionTemplatePlaceholderInfo(Slate slate, org.bukkit.entity.Player player, String placeholder, ActiveMenu menu, PlaceholderData data, T value) -
Method Summary
Methods inherited from class dev.aurelium.slate.info.PlaceholderInfo
data, placeholder
-
Constructor Details
-
Method Details
-
value
Gets the value of the context of this template instance.- Returns:
- the context object
-