Class PixelArmorTier
java.lang.Object
com.pixelmonmod.pixelmon.items.tools.PixelArmorTier
- All Implemented Interfaces:
net.minecraft.world.item.ArmorMaterial
-
Constructor Summary
ConstructorsConstructorDescriptionPixelArmorTier(String name, int maxDamageFactor, int[] damageReductionAmountArray, int enchantability, net.minecraft.sounds.SoundEvent soundEvent, float toughness, Supplier<net.minecraft.world.item.crafting.Ingredient> repairMaterial) -
Method Summary
Modifier and TypeMethodDescriptionintgetDefenseForType(net.minecraft.world.item.ArmorItem.Type type) intgetDurabilityForType(net.minecraft.world.item.ArmorItem.Type type) intnet.minecraft.sounds.SoundEventfloatgetName()net.minecraft.world.item.crafting.Ingredientfloat
-
Constructor Details
-
PixelArmorTier
-
-
Method Details
-
getDurabilityForType
public int getDurabilityForType(net.minecraft.world.item.ArmorItem.Type type) - Specified by:
getDurabilityForTypein interfacenet.minecraft.world.item.ArmorMaterial
-
getDefenseForType
public int getDefenseForType(net.minecraft.world.item.ArmorItem.Type type) - Specified by:
getDefenseForTypein interfacenet.minecraft.world.item.ArmorMaterial
-
getEnchantmentValue
public int getEnchantmentValue()- Specified by:
getEnchantmentValuein interfacenet.minecraft.world.item.ArmorMaterial
-
getEquipSound
public net.minecraft.sounds.SoundEvent getEquipSound()- Specified by:
getEquipSoundin interfacenet.minecraft.world.item.ArmorMaterial
-
getRepairIngredient
public net.minecraft.world.item.crafting.Ingredient getRepairIngredient()- Specified by:
getRepairIngredientin interfacenet.minecraft.world.item.ArmorMaterial
-
getName
- Specified by:
getNamein interfacenet.minecraft.world.item.ArmorMaterial
-
getToughness
public float getToughness()- Specified by:
getToughnessin interfacenet.minecraft.world.item.ArmorMaterial
-
getKnockbackResistance
public float getKnockbackResistance()- Specified by:
getKnockbackResistancein interfacenet.minecraft.world.item.ArmorMaterial
-