Package dev.aurelium.slate.info
Class ComponentInfo<T>
java.lang.Object
dev.aurelium.slate.info.MenuInfo
dev.aurelium.slate.info.ItemInfo
dev.aurelium.slate.info.TemplateInfo<T>
dev.aurelium.slate.info.ComponentInfo<T>
-
Constructor Summary
ConstructorsConstructorDescriptionComponentInfo(Slate slate, org.bukkit.entity.Player player, ActiveMenu menu, org.bukkit.inventory.ItemStack item, String parentName, T value) -
Method Summary
Modifier and TypeMethodDescriptionGets the name of the item or template this component is part of.Methods inherited from class dev.aurelium.slate.info.TemplateInfo
value
-
Constructor Details
-
Method Details
-
getParentName
Gets the name of the item or template this component is part of.- Returns:
- the parent item name
-