Package hiiragi283.core.common.item
Object HTAlmightyPickaxeItem.AlmightyTier
-
- All Implemented Interfaces:
-
net.minecraft.world.item.Tier
public class HTAlmightyPickaxeItem.AlmightyTier implements Tier
-
-
Field Summary
Fields Modifier and Type Field Description private final Integerusesprivate final IntegerenchantmentValueprivate final FloatattackDamageBonusprivate final TagKey<Block>incorrectBlocksForDropsprivate final IngredientrepairIngredientprivate final Floatspeedpublic final static HTAlmightyPickaxeItem.AlmightyTierINSTANCE
-
Method Summary
Modifier and Type Method Description IntegergetUses()FloatgetSpeed()FloatgetAttackDamageBonus()TagKey<Block>getIncorrectBlocksForDrops()IntegergetEnchantmentValue()IngredientgetRepairIngredient()ToolcreateToolProperties(TagKey<Block> block)-
Methods inherited from class hiiragi283.core.common.item.HTAlmightyPickaxeItem.AlmightyTier
getAttackDamageBonus, getEnchantmentValue, getIncorrectBlocksForDrops, getRepairIngredient, getSpeed, getUses -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getAttackDamageBonus
Float getAttackDamageBonus()
-
getIncorrectBlocksForDrops
TagKey<Block> getIncorrectBlocksForDrops()
-
getEnchantmentValue
Integer getEnchantmentValue()
-
getRepairIngredient
Ingredient getRepairIngredient()
-
createToolProperties
Tool createToolProperties(TagKey<Block> block)
-
-
-
-