Uses of Enum Class
com.cryptomorin.xseries.XItemFlag
Packages that use XItemFlag
-
Uses of XItemFlag in com.cryptomorin.xseries
Subclasses with type arguments of type XItemFlag in com.cryptomorin.xseriesModifier and TypeClassDescriptionenumAn ItemFlag can hide some attributes fromItemStack.Classes in com.cryptomorin.xseries that implement interfaces with type arguments of type XItemFlagModifier and TypeClassDescriptionenumAn ItemFlag can hide some attributes fromItemStack.Fields in com.cryptomorin.xseries with type parameters of type XItemFlagMethods in com.cryptomorin.xseries that return XItemFlagModifier and TypeMethodDescriptionstatic @NotNull XItemFlagXItemFlag.of(@NotNull org.bukkit.inventory.ItemFlag itemFlag) static XItemFlagReturns the enum constant of this class with the specified name.static XItemFlag[]XItemFlag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.cryptomorin.xseries that return types with arguments of type XItemFlagModifier and TypeMethodDescriptionXItemFlag.getFlags(@NotNull org.bukkit.inventory.ItemStack item) XItemFlag.getFlags(@NotNull org.bukkit.inventory.meta.ItemMeta meta) static @NotNull @Unmodifiable Collection<XItemFlag> XItemFlag.getValues()