ColorableArmorItem

Undocumented in source.
class ColorableArmorItem : ArmorItem!(si, durability, atype, aprotection), Colorable (
sul.items.Item si
ushort durability
ubyte atype
uint aprotection
) {}

Constructors

this
this(E args)
Undocumented in source.

Members

Functions

parseBedrockCompound
void parseBedrockCompound(Compound compound)
Undocumented in source. Be warned that the author may not have intended to support it.
parseJSON
void parseJSON(JSONValue data)
Undocumented in source. Be warned that the author may not have intended to support it.
parseJavaCompound
void parseJavaCompound(Compound compound)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

color
Color color [@property getter]

Gets the item's custom colour.

color
Color color [@property setter]

Sets the item's custom colour.

Inherited Members

From Colorable

color
Color color [@property getter]

Gets the current colour.

color
Color color [@property setter]

Sets the colour for this object.

Meta