java.lang.Object
io.github.thebusybiscuit.slimefun4.api.items.ItemGroup
io.github.thebusybiscuit.slimefun4.api.items.groups.SubItemGroup
All Implemented Interfaces:
net.kyori.adventure.key.Keyed, org.bukkit.Keyed

public class SubItemGroup extends ItemGroup
The SubItemGroup is a child ItemGroup of the NestedItemGroup.
Author:
TheBusyBiscuit
See Also:
  • Constructor Details

    • SubItemGroup

      @ParametersAreNonnullByDefault public SubItemGroup(org.bukkit.NamespacedKey key, NestedItemGroup parent, org.bukkit.inventory.ItemStack item)
    • SubItemGroup

      @ParametersAreNonnullByDefault public SubItemGroup(org.bukkit.NamespacedKey key, NestedItemGroup parent, org.bukkit.inventory.ItemStack item, int tier)
  • Method Details