public class ArmorSet extends java.lang.Object implements IUArrayRegistryType<net.minecraft.item.Item>
Constructor and Description |
---|
ArmorSet(UHelmetItem helmet,
UChestplateItem chestplate,
ULeggingsItem leggings,
UBootsItem boots) |
Modifier and Type | Method and Description |
---|---|
net.minecraft.item.Item[] |
getArray()
Must always returns the same registry type array copy.
|
UBootsItem |
getBoots() |
UChestplateItem |
getChestplate() |
UHelmetItem |
getHelmet() |
ULeggingsItem |
getLeggings() |
public ArmorSet(UHelmetItem helmet, UChestplateItem chestplate, ULeggingsItem leggings, UBootsItem boots)
public net.minecraft.item.Item[] getArray()
IUArrayRegistryType
getArray
in interface IUArrayRegistryType<net.minecraft.item.Item>
public UHelmetItem getHelmet()
public UChestplateItem getChestplate()
public ULeggingsItem getLeggings()
public UBootsItem getBoots()