Interface ArmorRebarItem


  • 
    public interface ArmorRebarItem
    
                        

    Represents a RebarItem that is wearable piece of armor. Right now this is only used to determine the equipment type for custom armor textures.

    • Method Summary

      Modifier and Type Method Description
      Key getEquipmentType() The equipment type of this armor piece, used for custom armor textures.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getEquipmentType

         Key getEquipmentType()

        The equipment type of this armor piece, used for custom armor textures. All armor pieces of the same type should have the same equipment type.

        For example,

        Diamond Helmet ->minecraft:diamond

        Bronze Chestplate ->pylon:bronze