Interface ISpaceController
- 
- All Known Implementing Classes:
 GridController
public interface ISpaceControllerImportand Interfance connects the Abstract Space with the 3d MonkeyWorld 
- 
- 
Method Summary
All 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
- 
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)
 
 - 
 
 -