Uses of Interface
games.stendhal.client.gui.j2d.entity.EntityView
Packages that use EntityView
Package
Description
the Stendhal Client.
-
Uses of EntityView in games.stendhal.client
Methods in games.stendhal.client that return EntityViewModifier 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
Classes in games.stendhal.client.gui.j2d.entity that implement EntityViewModifier and TypeClassDescriptionclassEntity2DView<T extends IEntity>The 2D view of an entity.classThe 2D view of a fly over area.classItem2DView<T extends Item>The 2D view of an item.classMethods in games.stendhal.client.gui.j2d.entity that return EntityViewModifier and TypeMethodDescriptionstatic EntityView<IEntity>Create an entity view from an entity.Methods in games.stendhal.client.gui.j2d.entity that return types with arguments of type EntityViewModifier and TypeMethodDescriptionEntityViewFactory.getViewMap()Retrieves a copy of the registered views. -
Uses of EntityView in games.stendhal.client.gui.wt
Constructors in games.stendhal.client.gui.wt with parameters of type EntityViewModifierConstructorDescriptionEntityViewCommandList(String name, String[] items, EntityView<?> view) Create an entity view command list. -
Uses of EntityView in utilities
Methods in utilities that return EntityViewModifier and TypeMethodDescriptionEntityView<?>MockScreen.getEntityViewAt(double x, double y) EntityView<?>MockScreen.getMovableEntityViewAt(double x, double y)