Interface ArmorConfigurator
public interface ArmorConfigurator
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.item.ArmorItemcreateArmor(ArmorType type, net.minecraft.core.Holder<net.minecraft.world.item.ArmorMaterial> material, int durabilityFactor, net.minecraft.world.item.Item.Properties props)
-
Field Details
-
DEFAULT
-
-
Method Details
-
createArmor
net.minecraft.world.item.ArmorItem createArmor(ArmorType type, net.minecraft.core.Holder<net.minecraft.world.item.ArmorMaterial> material, int durabilityFactor, net.minecraft.world.item.Item.Properties props)
-