Class ExpandArmorItem
java.lang.Object
com.blamejared.crafttweaker.natives.item.type.armor.ExpandArmorItem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetDefense(net.minecraft.world.item.ArmorItem internal) static net.minecraft.world.entity.EquipmentSlotgetEquipmentSlot(net.minecraft.world.item.ArmorItem internal) static net.minecraft.sounds.SoundEventgetEquipSound(net.minecraft.world.item.ArmorItem internal) static net.minecraft.world.item.ArmorMaterialgetMaterial(net.minecraft.world.item.ArmorItem internal) static floatgetToughness(net.minecraft.world.item.ArmorItem internal)
-
Constructor Details
-
ExpandArmorItem
public ExpandArmorItem()
-
-
Method Details
-
getEquipmentSlot
public static net.minecraft.world.entity.EquipmentSlot getEquipmentSlot(net.minecraft.world.item.ArmorItem internal) -
getMaterial
public static net.minecraft.world.item.ArmorMaterial getMaterial(net.minecraft.world.item.ArmorItem internal) -
getDefense
public static int getDefense(net.minecraft.world.item.ArmorItem internal) -
getToughness
public static float getToughness(net.minecraft.world.item.ArmorItem internal) -
getEquipSound
public static net.minecraft.sounds.SoundEvent getEquipSound(net.minecraft.world.item.ArmorItem internal)
-