ItemStorage

Storage for a world's items.

Constructors

this
this()
Undocumented in source.

Members

Functions

fromBedrock
Item fromBedrock(ushort id, ushort damage)
Undocumented in source. Be warned that the author may not have intended to support it.
fromJava
Item fromJava(ushort id, ushort damage)
Undocumented in source. Be warned that the author may not have intended to support it.
fromString
Item fromString(string name, ushort damage)

Gets an item using a string.

get
Item get(size_t index, ushort damage)
Undocumented in source. Be warned that the author may not have intended to support it.
getConstructor
Item function(ushort) getConstructor(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta