Uses of Interface
org.bukkit.inventory.meta.ItemMeta
-
Packages that use ItemMeta Package Description org.bukkit.inventory Classes involved in manipulating player inventories and item interactions.org.bukkit.inventory.meta The interfaces used when manipulating extra data can can be stored insideitem stacks. -
-
Uses of ItemMeta in org.bukkit.inventory
Methods in org.bukkit.inventory that return ItemMeta Modifier and Type Method Description @Nullable ItemMetaItemFactory. asMetaFor(@NotNull ItemMeta meta, @NotNull ItemStack stack)Returns an appropriate item meta for the specified stack.@Nullable ItemMetaItemFactory. asMetaFor(@NotNull ItemMeta meta, @NotNull Material material)Returns an appropriate item meta for the specified material.@Nullable ItemMetaItemFactory. getItemMeta(@NotNull Material material)This creates a new item meta for the material.@Nullable ItemMetaItemStack. getItemMeta()Get a copy of this ItemStack'sItemMeta.Methods in org.bukkit.inventory with parameters of type ItemMeta Modifier and Type Method Description @Nullable ItemMetaItemFactory. asMetaFor(@NotNull ItemMeta meta, @NotNull ItemStack stack)Returns an appropriate item meta for the specified stack.@Nullable ItemMetaItemFactory. asMetaFor(@NotNull ItemMeta meta, @NotNull Material material)Returns an appropriate item meta for the specified material.booleanItemFactory. equals(@Nullable ItemMeta meta1, @Nullable ItemMeta meta2)This method is used to compare two item meta data objects.booleanItemFactory. isApplicable(@Nullable ItemMeta meta, @Nullable ItemStack stack)This method checks the item meta to confirm that it is applicable (no data lost if applied) to the specified ItemStack.booleanItemFactory. isApplicable(@Nullable ItemMeta meta, @Nullable Material material)This method checks the item meta to confirm that it is applicable (no data lost if applied) to the specified Material.booleanItemStack. setItemMeta(@Nullable ItemMeta itemMeta)Set the ItemMeta of this ItemStack.@NotNull MaterialItemFactory. updateMaterial(@NotNull ItemMeta meta, @NotNull Material material)Deprecated.for internal use only -
Uses of ItemMeta in org.bukkit.inventory.meta
Subinterfaces of ItemMeta in org.bukkit.inventory.meta Modifier and Type Interface Description interfaceBannerMetainterfaceBlockDataMetainterfaceBlockStateMetainterfaceBookMetaRepresents a book (Material.WRITABLE_BOOKorMaterial.WRITTEN_BOOK) that can have a title, an author, and pages.interfaceCrossbowMetainterfaceEnchantmentStorageMetaEnchantmentMeta is specific to items that can store enchantments, as opposed to being enchanted.interfaceFireworkEffectMetaRepresents a meta that can store a single FireworkEffect.interfaceFireworkMetaRepresents aMaterial.FIREWORK_ROCKETand its effects.interfaceKnowledgeBookMetainterfaceLeatherArmorMetaRepresents leather armor (Material.LEATHER_BOOTS,Material.LEATHER_CHESTPLATE,Material.LEATHER_HELMET, orMaterial.LEATHER_LEGGINGS) that can be colored.interfaceMapMetaRepresents a map that can be scalable.interfacePotionMetaRepresents a potion or item that can have custom effects.interfaceSkullMetaRepresents a skull that can have an owner.interfaceSpawnEggMetaRepresents a spawn egg and it's spawned type.interfaceSuspiciousStewMetaRepresents a suspicious stew that can have custom effects.interfaceTropicalFishBucketMetaRepresents a bucket of tropical fish.Methods in org.bukkit.inventory.meta that return ItemMeta Modifier and Type Method Description @NotNull ItemMetaItemMeta. clone()
-