Uses of Record Class
net.minecraft.world.item.ToolMaterial
Packages that use ToolMaterial
-
Uses of ToolMaterial in net.minecraft.world.item
Fields in net.minecraft.world.item declared as ToolMaterialModifier and TypeFieldDescriptionstatic final ToolMaterial
ToolMaterial.DIAMOND
static final ToolMaterial
ToolMaterial.GOLD
static final ToolMaterial
ToolMaterial.IRON
static final ToolMaterial
ToolMaterial.NETHERITE
static final ToolMaterial
ToolMaterial.STONE
static final ToolMaterial
ToolMaterial.WOOD
Methods in net.minecraft.world.item with parameters of type ToolMaterialModifier and TypeMethodDescriptionItem.Properties.axe
(ToolMaterial pMaterial, float pAttackDamage, float pAttackSpeed) Item.Properties.hoe
(ToolMaterial pMaterial, float pAttackDamage, float pAttackSpeed) Item.Properties.pickaxe
(ToolMaterial pMaterial, float pAttackDamage, float pAttackSpeed) Item.Properties.shovel
(ToolMaterial pMaterial, float pAttackDamage, float pAttackSpeed) Item.Properties.sword
(ToolMaterial pMaterial, float pAttackDamage, float pAttackSpeed) Item.Properties.tool
(ToolMaterial pMaterial, TagKey<Block> pMineableBlocks, float pAttackDamage, float pAttackSpeed, float pDisableBlockingForSeconds) Constructors in net.minecraft.world.item with parameters of type ToolMaterialModifierConstructorDescriptionAxeItem
(ToolMaterial pMaterial, float pAttackDamage, float pAttackSpeed, Item.Properties pProperties) HoeItem
(ToolMaterial pMaterial, float pAttackDamage, float pAttackSpeed, Item.Properties pProperties) ShovelItem
(ToolMaterial pMaterial, float pAttackDamage, float pAttackSpeed, Item.Properties pProperties)