- FIRST_LINE
size_t FIRST_LINE;
- SECOND_LINE
size_t SECOND_LINE;
- THIRD_LINE
size_t THIRD_LINE;
- FOURTH_LINE
size_t FOURTH_LINE;
- javaSpawnId
string javaSpawnId [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- pocketSpawnId
string pocketSpawnId [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
string[4] opIndex()
Gets the array with the text in the four lines.
- opIndex
string opIndex(size_t index)
Gets the text at the given line.
- opIndexAssign
void opIndexAssign(string[4] texts)
Sets all the four lines of the sign.
- opIndexAssign
void opIndexAssign(string text)
Sets the given texts in every line of the sign.
- opIndexAssign
void opIndexAssign(string text, size_t index)
Sets the text at the given line.
- empty
bool empty [@property getter]
Checks whether or not every sign's line is
an empty string.
- javaCompound
Compound javaCompound [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- pocketCompound
Compound pocketCompound [@property getter]
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.
- parsePocketCompound
void parsePocketCompound(Compound compound)
Undocumented in source. Be warned that the author may not have intended to support it.
- action
ubyte action [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- drops
Slot[] drops(World world, Player player, Item item)
Undocumented in source. Be warned that the author may not have intended to support it.