Uses of Class
zombie.characters.CharacterTimedActions.BaseAction
Packages that use BaseAction
-
Uses of BaseAction in zombie.characters
Fields in zombie.characters declared as BaseActionFields in zombie.characters with type parameters of type BaseActionModifier and TypeFieldDescriptionprotected final Stack
<BaseAction> IsoGameCharacter.CharacterActions
Methods in zombie.characters that return BaseActionMethods in zombie.characters that return types with arguments of type BaseActionModifier and TypeMethodDescriptionILuaGameCharacter.getCharacterActions()
IsoGameCharacter.getCharacterActions()
Methods in zombie.characters with parameters of type BaseActionModifier and TypeMethodDescriptionvoid
IsoGameCharacter.QueueAction
(BaseAction act) void
NetworkCharacterAI.setAction
(BaseAction _action) void
ILuaGameCharacter.StartAction
(BaseAction act) void
IsoGameCharacter.StartAction
(BaseAction act) -
Uses of BaseAction in zombie.characters.CharacterTimedActions
Subclasses of BaseAction in zombie.characters.CharacterTimedActions -
Uses of BaseAction in zombie.network
Methods in zombie.network with parameters of type BaseActionModifier and TypeMethodDescriptionstatic void
GameClient.sendAction
(BaseAction action, boolean operation)