Class EntityMap
java.lang.Object
games.stendhal.client.entity.factory.EntityMap
Registers the relationship between Type, eclass and java class of entity
Objects.
eclass represents a subtype of type
EntityMap encapsulates the implementation
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EntityMap
public EntityMap()
-
-
Method Details
-
getClass
- Parameters:
type- the type of the entity to be created, such as Item, creatureeclass- the subtype of type such as book, drink, food , , small_animal, huge_animalsubClass-- Returns:
- the java class of the Entity belonging to type and eclass
-