Class DummyItemGroup

java.lang.Object
io.github.thebusybiscuit.slimefun5.api.items.ItemGroup
io.github.sefiraat.slimetinker.itemgroups.DummyItemGroup
All Implemented Interfaces:
io.github.thebusybiscuit.slimefun5.libraries.keys.Keyed

public class DummyItemGroup extends io.github.thebusybiscuit.slimefun5.api.items.ItemGroup
  • Field Summary

    Fields inherited from class io.github.thebusybiscuit.slimefun5.api.items.ItemGroup

    crossAddonItemGroup, item, items, key, tier
  • Constructor Summary

    Constructors
    Constructor
    Description
    DummyItemGroup(io.github.thebusybiscuit.slimefun5.libraries.keys.NamespacedKey key, org.bukkit.inventory.ItemStack item)
     
    DummyItemGroup(io.github.thebusybiscuit.slimefun5.libraries.keys.NamespacedKey key, org.bukkit.inventory.ItemStack item, boolean hidden)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isHidden(org.bukkit.entity.Player p)
     

    Methods inherited from class io.github.thebusybiscuit.slimefun5.api.items.ItemGroup

    add, contains, equals, getAddon, getCategoryId, getDisplayName, getItem, getItems, getKey, getThemeId, getTier, getUnlocalizedName, hashCode, isAccessible, isCrossAddonItemGroup, isRegistered, isVisible, register, remove, setCategory, setCrossAddonItemGroup, setTheme, setTier, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • DummyItemGroup

      public DummyItemGroup(io.github.thebusybiscuit.slimefun5.libraries.keys.NamespacedKey key, org.bukkit.inventory.ItemStack item)
    • DummyItemGroup

      public DummyItemGroup(io.github.thebusybiscuit.slimefun5.libraries.keys.NamespacedKey key, org.bukkit.inventory.ItemStack item, boolean hidden)
  • Method Details

    • isHidden

      public boolean isHidden(@Nonnull org.bukkit.entity.Player p)
      Overrides:
      isHidden in class io.github.thebusybiscuit.slimefun5.api.items.ItemGroup