Uses of Enum Class
org.bukkit.inventory.ItemFlag
Packages that use ItemFlag
Package
Description
Classes involved in manipulating player inventories and item interactions.
The interfaces used when manipulating extra data can can be stored inside
item stacks
.-
Uses of ItemFlag in org.bukkit.inventory
Fields in org.bukkit.inventory declared as ItemFlagMethods in org.bukkit.inventory that return ItemFlagModifier and TypeMethodDescriptionstatic ItemFlag
Returns the enum constant of this class with the specified name.static ItemFlag[]
ItemFlag.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bukkit.inventory that return types with arguments of type ItemFlagMethods in org.bukkit.inventory with parameters of type ItemFlagModifier and TypeMethodDescriptionvoid
ItemStack.addItemFlags
(@NotNull ItemFlag... itemFlags) Set itemflags which should be ignored when rendering a ItemStack in the Client.boolean
ItemStack.hasItemFlag
(@NotNull ItemFlag flag) Check if the specified flag is present on this item.void
ItemStack.removeItemFlags
(@NotNull ItemFlag... itemFlags) Remove specific set of itemFlags. -
Uses of ItemFlag in org.bukkit.inventory.meta
Methods in org.bukkit.inventory.meta that return types with arguments of type ItemFlagMethods in org.bukkit.inventory.meta with parameters of type ItemFlagModifier and TypeMethodDescriptionvoid
ItemMeta.addItemFlags
(@NotNull ItemFlag... itemFlags) Set itemflags which should be ignored when rendering a ItemStack in the Client.boolean
ItemMeta.hasItemFlag
(@NotNull ItemFlag flag) Check if the specified flag is present on this item.void
ItemMeta.removeItemFlags
(@NotNull ItemFlag... itemFlags) Remove specific set of itemFlags.
HIDE_ADDITIONAL_TOOLTIP