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 actionContext, ActionState actionState) booleanIActionCondition.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 TypeMethodDescriptionbooleanCharacterVariableCondition.passes(ActionContext actionContext, ActionState var2) booleanEventNotOccurred.passes(ActionContext actionContext, ActionState actionState) booleanEventOccurred.passes(ActionContext actionContext, ActionState actionState) booleanLuaCall.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