Uses of Record Class
net.minecraft.world.item.component.Tool
Package
Description
-
Uses of Tool in net.minecraft.core.component
-
Uses of Tool in net.minecraft.world.item
Modifier and TypeMethodDescriptionstatic Tool
MaceItem.createToolProperties()
static Tool
ShearsItem.createToolProperties()
static Tool
SwordItem.createToolProperties()
default Tool
Tier.createToolProperties
(TagKey<Block> p_335416_) static Tool
TridentItem.createToolProperties()
ModifierConstructorDescriptionSwordItem
(Tier tier, Item.Properties properties, Tool toolComponentData) Neo: Allow modded Swords to set exactly what Tool data component to use for their sword. -
Uses of Tool in net.minecraft.world.item.component
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<Tool> Tool.CODEC
static final StreamCodec
<RegistryFriendlyByteBuf, Tool> Tool.STREAM_CODEC