static interface Entities.EntityMap
| Modifier and Type | Method and Description |
|---|---|
void |
add(java.lang.String name,
int value)
Add an entry to this entity map.
|
java.lang.String |
name(int value)
Returns the name of the entity identified by the specified value.
|
int |
value(java.lang.String name)
Returns the value of the entity identified by the specified name.
|
void add(java.lang.String name,
int value)
Add an entry to this entity map.
name - the entity namevalue - the entity valuejava.lang.String name(int value)
Returns the name of the entity identified by the specified value.
value - the value to locateint value(java.lang.String name)
Returns the value of the entity identified by the specified name.
name - the name to locate