Uses of Enum Class
zombie.characters.ContextualAction.Action
Packages that use ContextualAction.Action
-
Uses of ContextualAction.Action in zombie.characters
Subclasses with type arguments of type ContextualAction.Action in zombie.charactersFields in zombie.characters declared as ContextualAction.ActionMethods in zombie.characters that return ContextualAction.ActionModifier and TypeMethodDescriptionstatic ContextualAction.Action
Returns the enum constant of this class with the specified name.static ContextualAction.Action[]
ContextualAction.Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.characters with parameters of type ContextualAction.ActionModifier and TypeMethodDescriptionstatic ContextualAction
ContextualAction.alloc
(ContextualAction.Action actionx) static ContextualAction
ContextualAction.alloc
(ContextualAction.Action actionx, IsoDirections directions, IsoGridSquare squarex, IsoObject objectx) static ContextualAction
ContextualAction.alloc
(ContextualAction.Action actionx, Invokers.Params1.ICallback<ContextualAction> iCallback)