Uses of Enum Class
com.cryptomorin.xseries.XItemFlag
Packages that use XItemFlag
-
Uses of XItemFlag in com.cryptomorin.xseries
Fields in com.cryptomorin.xseries with type parameters of type XItemFlagMethods in com.cryptomorin.xseries that return XItemFlagModifier and TypeMethodDescriptionstatic XItemFlagXItemFlag.of(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(org.bukkit.inventory.ItemStack item) XItemFlag.getFlags(org.bukkit.inventory.meta.ItemMeta meta) static @NotNull @Unmodifiable Collection<XItemFlag> XItemFlag.getValues()