Uses of Class
zombie.characters.action.ActionContext
Packages that use ActionContext
Package
Description
-
Uses of ActionContext in zombie.characters
Methods in zombie.characters that return ActionContextMethods in zombie.characters with parameters of type ActionContextModifier and TypeMethodDescriptionvoid
IsoGameCharacter.actionStateChanged
(ActionContext sender) void
IsoPlayer.actionStateChanged
(ActionContext sender) void
IsoZombie.actionStateChanged
(ActionContext sender) -
Uses of ActionContext in zombie.characters.action
Methods in zombie.characters.action with parameters of type ActionContextModifier and TypeMethodDescriptionvoid
IActionStateChanged.actionStateChanged
(ActionContext sender) boolean
ActionTransition.passes
(ActionContext actionContext, ActionState actionState) boolean
IActionCondition.passes
(ActionContext var1, ActionState var2) -
Uses of ActionContext in zombie.characters.action.conditions
Methods in zombie.characters.action.conditions with parameters of type ActionContextModifier and TypeMethodDescriptionboolean
CharacterVariableCondition.passes
(ActionContext actionContext, ActionState var2) boolean
EventNotOccurred.passes
(ActionContext actionContext, ActionState actionState) boolean
EventOccurred.passes
(ActionContext actionContext, ActionState actionState) boolean
LuaCall.passes
(ActionContext var1, ActionState var2) -
Uses of ActionContext in zombie.core.skinnedmodel.advancedanimation
Methods in zombie.core.skinnedmodel.advancedanimation that return ActionContextModifier and TypeMethodDescriptionAnimatedModel.getActionContext()
IAnimatable.getActionContext()
Methods in zombie.core.skinnedmodel.advancedanimation with parameters of type ActionContext