Class EntityViewFactory
java.lang.Object
games.stendhal.client.gui.j2d.entity.EntityViewFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EntityView<IEntity>Create an entity view from an entity.Retrieves a copy of the registered views.
-
Constructor Details
-
EntityViewFactory
public EntityViewFactory()
-
-
Method Details
-
create
Create an entity view from an entity.- Parameters:
entity- An entity.- Returns:
- The corresponding view or `null`.
-
getViewMap
Retrieves a copy of the registered views.
-