Class GarbageCollectorAgent.Go

  • Enclosing class:
    GarbageCollectorAgent

    public class GarbageCollectorAgent.Go
    extends java.lang.Object
    Goal for going to a specified position.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected IVector2 pos
      The position.
    • Constructor Summary

      Constructors 
      Constructor Description
      Go​(IVector2 pos)
      Create a new Go.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      IVector2 getPosition()
      Get the pos.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • pos

        protected IVector2 pos
        The position.
    • Constructor Detail

      • Go

        public Go​(IVector2 pos)
        Create a new Go.
    • Method Detail

      • getPosition

        public IVector2 getPosition()
        Get the pos.
        Returns:
        The pos.