|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.ucm.look.data.WorldEntityFactory
public class WorldEntityFactory
A general world entity factory. Creates world entities from type and properties. Must be extended for add functionality
Constructor Summary | |
---|---|
WorldEntityFactory()
|
Method Summary | |
---|---|
WorldEntity |
createWorldEntity(EntityData data)
Creates a world entity for the given data |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WorldEntityFactory()
Method Detail |
---|
public WorldEntity createWorldEntity(EntityData data)
data
- the data
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |