Interface SyncedPositionables.Private.Forwarder

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default void bck​(int d)
      Move by -1 in one dimension.
      default void move​(int[] distance)
      Move the element relative to its current location using an int[] as distance vector.
      default void move​(int distance, int d)
      Move the element in one dimension for some distance.
      default void move​(long[] distance)
      Move the element relative to its current location using a long[] as distance vector.
      default void move​(Localizable localizable)
      Move the element relative to its current location using an Localizable as distance vector.
      default int numDimensions()
      Gets the space's number of dimensions.
      default void setPosition​(int[] position)
      Set the position of the element.
      default void setPosition​(int position, int d)
      Set the position of the element for one dimension.
      default void setPosition​(long[] position)
      Set the position of the element.
      default void setPosition​(long position, int d)
      Set the position of the element for one dimension.
      default void setPosition​(Localizable localizable)
      Place the element at the same location as a given Localizable