AnvilImpl

Undocumented in source.
class AnvilImpl : AbstractAnvil (
string order
) if (
order.split("").sort.release == ["x", "y", "z"]
) {}

Constructors

this
this(string path)
Undocumented in source.

Inherited Members

From AbstractAnvil

readLevelInfo
LevelInfo readLevelInfo()
Undocumented in source. Be warned that the author may not have intended to support it.
writeLevelInfo
void writeLevelInfo(LevelInfo levelInfo)
Undocumented in source. Be warned that the author may not have intended to support it.
readChunkImpl
Chunk readChunkImpl(Dimension dimension, Vector2!int position)
Undocumented in source. Be warned that the author may not have intended to support it.
readChunksImpl
ReadChunksResult readChunksImpl(Dimension dimension)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta