Uses of Interface
io.papermc.paper.datacomponent.DataComponentType.NonValued
Package
Description
Classes involved in manipulating player inventories and item interactions.
-
Uses of DataComponentType.NonValued in io.papermc.paper.datacomponent
Modifier and TypeFieldDescriptionstatic final DataComponentType.NonValued
DataComponentTypes.GLIDER
static final DataComponentType.NonValued
DataComponentTypes.HIDE_ADDITIONAL_TOOLTIP
If set, disables 'additional' tooltip part which comes from the item type (e.g.static final DataComponentType.NonValued
DataComponentTypes.HIDE_TOOLTIP
If set, it will completely hide whole item tooltip (that includes item name).static final DataComponentType.NonValued
DataComponentTypes.INTANGIBLE_PROJECTILE
Marks that a projectile item would be intangible when fired (i.e. -
Uses of DataComponentType.NonValued in org.bukkit.inventory
Modifier and TypeMethodDescriptionvoid
ItemStack.setData
(@NotNull DataComponentType.NonValued type) Marks this non-valued data component type as present in this itemstack.