Uses of Class
io.github.thebusybiscuit.slimefun4.api.items.groups.NestedItemGroup
Packages that use NestedItemGroup
-
Uses of NestedItemGroup in io.github.thebusybiscuit.slimefun4.api.items.groups
Methods in io.github.thebusybiscuit.slimefun4.api.items.groups that return NestedItemGroupModifier and TypeMethodDescriptionfinal NestedItemGroup
SubItemGroup.getParent()
This method returns the parentNestedItemGroup
which thisSubItemGroup
belongs to.Constructors in io.github.thebusybiscuit.slimefun4.api.items.groups with parameters of type NestedItemGroupModifierConstructorDescriptionSubItemGroup
(org.bukkit.NamespacedKey key, NestedItemGroup parent, org.bukkit.inventory.ItemStack item) SubItemGroup
(org.bukkit.NamespacedKey key, NestedItemGroup parent, org.bukkit.inventory.ItemStack item, int tier)