Uses of Enum Class
games.stendhal.client.entity.ActionType
Packages that use 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
Methods in games.stendhal.client.entity that return ActionTypeModifier and TypeMethodDescriptionstatic ActionTypefinds the ActionType that belongs to a visual String representation.static ActionTypeReturns 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
Methods in games.stendhal.client.gui.j2d.entity with parameters of type ActionTypeModifier and TypeMethodDescriptionvoidEntity2DView.onAction(ActionType at) Perform an action.voidEntityView.onAction(ActionType at) Perform an action.voidItem2DView.onAction(ActionType at) Perform an action.