Uses of Record Class
net.minecraft.component.type.ToolComponent
Packages that use ToolComponent
-
Uses of ToolComponent in net.minecraft.component
Fields in net.minecraft.component with type parameters of type ToolComponentModifier and TypeFieldDescriptionstatic final ComponentType
<ToolComponent> DataComponentTypes.TOOL
-
Uses of ToolComponent in net.minecraft.component.type
Fields in net.minecraft.component.type with type parameters of type ToolComponentModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<ToolComponent> ToolComponent.CODEC
static final PacketCodec
<RegistryByteBuf, ToolComponent> ToolComponent.PACKET_CODEC
-
Uses of ToolComponent in net.minecraft.item
Methods in net.minecraft.item that return ToolComponentModifier and TypeMethodDescriptionstatic ToolComponent
MaceItem.createToolComponent()
static ToolComponent
ShearsItem.createToolComponent()
static ToolComponent
TridentItem.createToolComponent()