Class DummyItemGroup

java.lang.Object
io.github.thebusybiscuit.slimefun4.api.items.ItemGroup
dev.sefiraat.sefilib.slimefun.itemgroup.DummyItemGroup
All Implemented Interfaces:
Keyed

public class DummyItemGroup extends io.github.thebusybiscuit.slimefun4.api.items.ItemGroup
A ItemGroup that is not shown on the main menu.
  • Field Summary

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

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

    Constructors
    Constructor
    Description
    Creates a new DummyItemGroup.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean

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

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

    Methods inherited from class java.lang.Object

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

  • Method Details

    • isHidden

      @ParametersAreNonnullByDefault public boolean isHidden(Player p)
      Overrides:
      isHidden in class io.github.thebusybiscuit.slimefun4.api.items.ItemGroup