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.NonValuedDataComponentTypes.GLIDERstatic final DataComponentType.NonValuedDataComponentTypes.HIDE_ADDITIONAL_TOOLTIPIf set, disables 'additional' tooltip part which comes from the item type (e.g.static final DataComponentType.NonValuedDataComponentTypes.HIDE_TOOLTIPIf set, it will completely hide whole item tooltip (that includes item name).static final DataComponentType.NonValuedDataComponentTypes.INTANGIBLE_PROJECTILEMarks that a projectile item would be intangible when fired (i.e. -
Uses of DataComponentType.NonValued in org.bukkit.inventory
Methods in org.bukkit.inventory with parameters of type DataComponentType.NonValuedModifier and TypeMethodDescriptionvoidItemStack.setData(@NotNull DataComponentType.NonValued type) Marks this non-valued data component type as present in this itemstack.