Uses of Interface
io.papermc.paper.datacomponent.item.ItemEnchantments
Packages that use ItemEnchantments
- 
Uses of ItemEnchantments in io.papermc.paper.datacomponentFields in io.papermc.paper.datacomponent with type parameters of type ItemEnchantmentsModifier and TypeFieldDescriptionstatic final DataComponentType.Valued<ItemEnchantments> DataComponentTypes.ENCHANTMENTSControls the enchantments on an item.static final DataComponentType.Valued<ItemEnchantments> DataComponentTypes.STORED_ENCHANTMENTSStores list of enchantments and their levels for an Enchanted Book.
- 
Uses of ItemEnchantments in io.papermc.paper.datacomponent.itemMethods in io.papermc.paper.datacomponent.item that return ItemEnchantmentsModifier and TypeMethodDescriptionstatic ItemEnchantmentsItemEnchantments.itemEnchantments(Map<Enchantment, @IntRange(from=1L,to=255L) Integer> enchantments)