Interface ISpaceController

  • All Known Implementing Classes:
    GridController

    public interface ISpaceController
    Importand Interfance connects the Abstract Space with the 3d MonkeyWorld
    • Method Detail

      • getSpaceObjectsByGridPosition

        java.util.Collection getSpaceObjectsByGridPosition​(IVector2 position,
                                                           java.lang.Object type)
      • getProperty

        java.lang.Object getProperty​(java.lang.String name)
      • setProperty

        void setProperty​(java.lang.String name,
                         java.lang.Object value)
      • getSpaceObject

        ISpaceObject getSpaceObject​(java.lang.Object id)