Package worldBuilder

Class 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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int x  
      int y  
      int z  
    • 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
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • x

        public int x
      • y

        public int y
      • z

        public int z
    • Constructor Detail

      • Position

        public Position​(int x,
                        int y,
                        int z)
    • Method Detail

      • toString

        public java.lang.String toString()
        return String representation of Position
        Overrides:
        toString in class java.lang.Object