-
Constructors in net.minecraft.item with parameters of type ToolMaterial
Constructor |
Description |
AxeItem(ToolMaterial material,
float attackDamage,
float attackSpeed,
Item.Settings settings) |
|
HoeItem(ToolMaterial material,
int attackDamage,
float attackSpeed,
Item.Settings settings) |
|
MiningToolItem(float attackDamage,
float attackSpeed,
ToolMaterial material,
Set<Block> effectiveBlocks,
Item.Settings settings) |
|
PickaxeItem(ToolMaterial material,
int attackDamage,
float attackSpeed,
Item.Settings settings) |
|
ShovelItem(ToolMaterial material,
float attackDamage,
float attackSpeed,
Item.Settings settings) |
|
SwordItem(ToolMaterial toolMaterial,
int attackDamage,
float attackSpeed,
Item.Settings settings) |
|
ToolItem(ToolMaterial material,
Item.Settings settings) |
|