Uses of Class
games.stendhal.client.entity.RPEntity
Package
Description
entities are all the interactive objects of the gaming world
(including players, NPCs, creatures, items, signs, chests, portals, ...)
-
Uses of RPEntity in games.stendhal.client.entity
Modifier and TypeClassDescriptionclass
class
class
A domestic animal entity.class
An NPC entity.class
A Pet entity.class
A Player entity.class
A Sheep entity.class
This class identifies the user of this client. -
Uses of RPEntity in games.stendhal.client.gui.j2d.entity.helpers
Modifier and TypeMethodDescriptionvoid
AttackPainter.drawDistanceAttack(Graphics2D g2d, RPEntity entity, IEntity target, int x, int y, int width, int height)
Draw a distance attack line.