Package worldBuilder
Class LuaWriter.Position
- java.lang.Object
-
- worldBuilder.LuaWriter.Position
-
- Enclosing class:
- LuaWriter
public class LuaWriter.Position extends java.lang.Object
Most of the items on the map are defined by (x,y,z) positions
-
-
Constructor Summary
Constructors Constructor Description Position(int x, int y, int z)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
return String representation of Position
-