public static interface Item.Attribute
Item.getAttribute()
Modifier and Type | Method and Description |
---|---|
static Item.ClothingAttribute |
createClothingAttribute(short clothingID)
Creates a new clothing attribute.
|
static Item.CustomItemAttribute |
createCustomItemAttribute(java.lang.String uuid) |
static Item.ObjectAttribute |
createObjectAttribute(short objectID)
Creates a new object attribute.
|
int |
getID()
Gets the internal attribute type id.
|
byte[] |
toBytes() |
int getID()
byte[] toBytes()
static Item.ObjectAttribute createObjectAttribute(short objectID)
objectID
- the object id.static Item.ClothingAttribute createClothingAttribute(short clothingID)
clothingID
- the clothing id.static Item.CustomItemAttribute createCustomItemAttribute(java.lang.String uuid)