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 TypeMethodDescriptionvoidIsoGameCharacter.actionStateChanged(ActionContext sender) voidIsoPlayer.actionStateChanged(ActionContext sender) voidIsoZombie.actionStateChanged(ActionContext sender) -
Uses of ActionContext in zombie.characters.action
Methods in zombie.characters.action with parameters of type ActionContextModifier and TypeMethodDescriptionvoidIActionStateChanged.actionStateChanged(ActionContext sender) booleanActionTransition.passes(ActionContext context, ActionState state) booleanIActionCondition.passes(ActionContext arg0, ActionState arg1) -
Uses of ActionContext in zombie.characters.action.conditions
Methods in zombie.characters.action.conditions with parameters of type ActionContextModifier and TypeMethodDescriptionbooleanCharacterVariableCondition.passes(ActionContext context, ActionState state) booleanEventNotOccurred.passes(ActionContext context, ActionState state) booleanEventOccurred.passes(ActionContext context, ActionState state) booleanLuaCall.passes(ActionContext context, ActionState state) -
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