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.sounds.SoundEventgetEquipSound(net.minecraft.world.item.ArmorItem internal) static net.minecraft.world.item.ArmorMaterialgetMaterial(net.minecraft.world.item.ArmorItem internal) static net.minecraft.world.entity.EquipmentSlotgetSlot(net.minecraft.world.item.ArmorItem internal) static floatgetToughness(net.minecraft.world.item.ArmorItem internal)
-
Constructor Details
-
ExpandArmorItem
public ExpandArmorItem()
-
-
Method Details
-
getSlot
public static net.minecraft.world.entity.EquipmentSlot getSlot(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)
-