Class UArmorMaterialVanilla
java.lang.Object
info.u_team.u_team_core.item.armor.UArmorMaterial
info.u_team.u_team_core.item.armor.UArmorMaterialVanilla
- All Implemented Interfaces:
net.minecraft.world.item.ArmorMaterial
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUArmorMaterialVanilla(int durability, int[] armorPoints, int enchantability, Supplier<net.minecraft.sounds.SoundEvent> soundEvent, float toughness, float knockbackResistance, Supplier<net.minecraft.world.item.crafting.Ingredient> ingredient) UArmorMaterialVanilla(String texture, int durability, int[] armorpoints, int enchantability, Supplier<net.minecraft.sounds.SoundEvent> soundEvent, float toughness, float knockbackResistance, Supplier<net.minecraft.world.item.crafting.Ingredient> ingredient) -
Method Summary
Methods inherited from class info.u_team.u_team_core.item.armor.UArmorMaterial
getDefenseForType, getDurabilityForType, getEnchantmentValue, getEquipSound, getKnockbackResistance, getRepairIngredient, getToughness
-
Field Details
-
texture
-
-
Constructor Details
-
UArmorMaterialVanilla
-
UArmorMaterialVanilla
-
-
Method Details
-
getName
- Specified by:
getNamein interfacenet.minecraft.world.item.ArmorMaterial- Overrides:
getNamein classUArmorMaterial
-