Uses of Record Class
net.minecraft.world.item.component.Tool
Packages that use Tool
Package
Description
-
Uses of Tool in net.minecraft.core.component
Fields in net.minecraft.core.component with type parameters of type Tool -
Uses of Tool in net.minecraft.world.item
Methods in net.minecraft.world.item that return ToolModifier and TypeMethodDescriptionstatic ToolMaceItem.createToolProperties()static ToolShearsItem.createToolProperties()static ToolSwordItem.createToolProperties()default ToolTier.createToolProperties(TagKey<Block> p_335416_) static ToolTridentItem.createToolProperties()Constructors in net.minecraft.world.item with parameters of type ToolModifierConstructorDescriptionSwordItem(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
Fields in net.minecraft.world.item.component with type parameters of type ToolModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Tool> Tool.CODECstatic final StreamCodec<RegistryFriendlyByteBuf, Tool> Tool.STREAM_CODEC