es.ucm.look.data
Class WorldEntityFactory

java.lang.Object
  extended by es.ucm.look.data.WorldEntityFactory

public class WorldEntityFactory
extends java.lang.Object

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

WorldEntityFactory

public WorldEntityFactory()
Method Detail

createWorldEntity

public WorldEntity createWorldEntity(EntityData data)
Creates a world entity for the given data

Parameters:
data - the data