Class Location


  • public final class Location
    extends Object
    • Constructor Detail

      • Location

        public Location​(int id,
                        int type,
                        int orientation,
                        Position position)
    • Method Detail

      • getId

        public int getId()
      • getType

        public int getType()
      • getOrientation

        public int getOrientation()
      • getPosition

        public Position getPosition()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object