Uses of Interface
io.papermc.paper.datacomponent.DataComponentType.NonValued
Packages that use DataComponentType.NonValued
Package
Description
Classes involved in manipulating player inventories and item interactions.
-
Uses of DataComponentType.NonValued in io.papermc.paper.datacomponent
Fields in io.papermc.paper.datacomponent declared as DataComponentType.NonValuedModifier and TypeFieldDescriptionstatic final DataComponentType.NonValued
DataComponentTypes.GLIDER
static final DataComponentType.NonValued
DataComponentTypes.INTANGIBLE_PROJECTILE
Marks that a projectile item would be intangible when fired (i.e.static final DataComponentType.NonValued
DataComponentTypes.UNBREAKABLE
If set, the item will not lose any durability when used.Methods in io.papermc.paper.datacomponent with parameters of type DataComponentType.NonValuedModifier and TypeMethodDescriptionvoid
DataComponentHolder.setData
(@NotNull DataComponentType.NonValued type) Marks this non-valued data component type as present in this itemstack. -
Uses of DataComponentType.NonValued in org.bukkit.inventory
Methods in org.bukkit.inventory with parameters of type DataComponentType.NonValuedModifier and TypeMethodDescriptionvoid
ItemStack.setData
(@NotNull DataComponentType.NonValued type) Marks this non-valued data component type as present in this itemstack.