Uses of Enum Class
games.stendhal.client.entity.ActionType
Package
Description
entities are all the interactive objects of the gaming world
(including players, NPCs, creatures, items, signs, chests, portals, ...)
-
Uses of ActionType in games.stendhal.client.entity
Modifier and TypeMethodDescriptionstatic ActionType
finds the ActionType that belongs to a visual String representation.static ActionType
Returns the enum constant of this class with the specified name.static ActionType[]
ActionType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ActionType in games.stendhal.client.gui.j2d.entity
Modifier and TypeMethodDescriptionvoid
Entity2DView.onAction(ActionType at)
Perform an action.void
EntityView.onAction(ActionType at)
Perform an action.