Interface ISpaceController
- 
- All Known Implementing Classes:
- GridController
 
 public interface ISpaceControllerImportand Interfance connects the Abstract Space with the 3d MonkeyWorld
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetProperty(java.lang.String name)ISpaceObjectgetSpaceObject(java.lang.Object id)java.util.CollectiongetSpaceObjectsByGridPosition(IVector2 position, java.lang.Object type)voidsetProperty(java.lang.String name, java.lang.Object value)
 
- 
- 
- 
Method Detail- 
getSpaceObjectsByGridPositionjava.util.Collection getSpaceObjectsByGridPosition(IVector2 position, java.lang.Object type) 
 - 
getPropertyjava.lang.Object getProperty(java.lang.String name) 
 - 
setPropertyvoid setProperty(java.lang.String name, java.lang.Object value)
 - 
getSpaceObjectISpaceObject getSpaceObject(java.lang.Object id) 
 
- 
 
-