Uses of Class
zombie.ai.State
Packages that use State
Package
Description
-
Uses of State in zombie.ai
Modifier and TypeMethodDescriptionStateMachine.getCurrent()
StateMachine.getPrevious()
StateMachine.SubstateSlot.getState()
StateMachine.getSubStateAt
(int idx) Modifier and TypeMethodDescriptionvoid
StateMachine.changeState
(State newState, Iterable<State> subStates) void
StateMachine.changeState
(State newState, Iterable<State> subStates, boolean restart) boolean
StateMachine.isSubstate
(State substate) void
StateMachine.revertToPreviousState
(State sender) Modifier and TypeMethodDescriptionvoid
StateMachine.changeState
(State newState, Iterable<State> subStates) void
StateMachine.changeState
(State newState, Iterable<State> subStates, boolean restart) -
Uses of State in zombie.ai.states
Subclasses of State in zombie.ai.statesModifier and TypeClassDescriptionclass
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
TurboTuTone.final class
final class
class
final class
class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
final class
class
final class
final class
final class
Methods in zombie.ai.states with parameters of type StateModifier and TypeMethodDescriptionstatic void
StateManager.enter
(IsoGameCharacter isoGameCharacter1, State state) static void
StateManager.exit
(IsoGameCharacter isoGameCharacter1, State state) -
Uses of State in zombie.ai.states.animals
Subclasses of State in zombie.ai.states.animalsModifier and TypeClassDescriptionfinal class
final class
final class
final class
final class
class
final class
final class
final class
final class
final class
final class
-
Uses of State in zombie.ai.states.player
Subclasses of State in zombie.ai.states.playerModifier and TypeClassDescriptionclass
class
class
class
-
Uses of State in zombie.characters
Fields in zombie.characters with type parameters of type StateMethods in zombie.characters that return StateModifier and TypeMethodDescriptionILuaGameCharacter.getCurrentState()
IsoGameCharacter.getCurrentState()
IsoGameCharacter.getDefaultState()
IsoGameCharacter.tryGetAIState
(String string) Methods in zombie.characters with parameters of type StateModifier and TypeMethodDescriptionvoid
ILuaGameCharacter.changeState
(State state) void
IsoGameCharacter.changeState
(State state) IsoGameCharacter.getStateMachineParams
(State state) boolean
ILuaGameCharacter.isCurrentState
(State state) boolean
IsoGameCharacter.isCurrentState
(State state) protected void
IsoGameCharacter.registerAIState
(String string, State state) void
IsoGameCharacter.setDefaultState
(State _defaultState) -
Uses of State in zombie.core.skinnedmodel.animation.debug
Methods in zombie.core.skinnedmodel.animation.debug with parameters of type StateModifier and TypeMethodDescriptionvoid
AnimationNodeRecordingFrame.logAIState
(State state, List<StateMachine.SubstateSlot> subStates) void
AnimationPlayerRecorder.logAIState
(State state, List<StateMachine.SubstateSlot> subStates) -
Uses of State in zombie.network.fields
Fields in zombie.network.fields declared as StateMethods in zombie.network.fields that return StateMethods in zombie.network.fields with parameters of type State -
Uses of State in zombie.network.packets.actions
Methods in zombie.network.packets.actions that return State -
Uses of State in zombie.pathfind
Subclasses of State in zombie.pathfind -
Uses of State in zombie.vehicles
Subclasses of State in zombie.vehicles