|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataSetter
General interface for classes adding or changing data to the application
Method Summary | |
---|---|
void |
addEntity(EntityData data)
Adds an entity to the world |
void |
updatePosition(EntityData data,
float x,
float y,
float z)
Modifies the position for an entity |
void |
updateProperty(EntityData data,
java.lang.String property,
java.lang.String newValue)
Updates the value from a entity data property |
Method Detail |
---|
void addEntity(EntityData data)
data
- void updatePosition(EntityData data, float x, float y, float z)
data
- data representing the entityx
- x coordinatey
- y coordinatez
- z coordinatevoid updateProperty(EntityData data, java.lang.String property, java.lang.String newValue)
data
- entity dataproperty
- the property namenewValue
- the nuew value for the property
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |