Uses of Interface
games.stendhal.client.gui.j2d.entity.EntityView
Package
Description
the Stendhal Client.
-
Uses of EntityView in games.stendhal.client
Modifier and TypeMethodDescriptionEntityView<?>
GameScreen.getEntityViewAt(double x, double y)
EntityView<?>
IGameScreen.getEntityViewAt(double x, double y)
Gets an entity view at given coordinates.EntityView<?>
GameScreen.getMovableEntityViewAt(double x, double y)
EntityView<?>
IGameScreen.getMovableEntityViewAt(double x, double y)
Get a movable entity view at given coordinates. -
Uses of EntityView in games.stendhal.client.gui.j2d.entity
Modifier and TypeClassDescriptionclass
Entity2DView<T extends IEntity>
The 2D view of an entity.class
The 2D view of a fly over area.class
StackableItem2DView<T extends StackableItem>
The 2D view of a stackable item.Modifier and TypeMethodDescriptionstatic EntityView<IEntity>
Create an entity view from an entity. -
Uses of EntityView in games.stendhal.client.gui.wt
ModifierConstructorDescriptionEntityViewCommandList(String name, String[] items, EntityView<?> view)
Create an entity view command list.