Uses of Enum Class
zombie.ai.State.Stage
Packages that use State.Stage
Package
Description
-
Uses of State.Stage in zombie.ai
Subclasses with type arguments of type State.Stage in zombie.aiMethods in zombie.ai that return State.StageModifier and TypeMethodDescriptionstatic State.StageReturns the enum constant of this class with the specified name.static State.Stage[]State.Stage.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.ai with parameters of type State.StageModifier and TypeMethodDescriptionvoidState.setParams(IsoGameCharacter character, State.Stage stage) -
Uses of State.Stage in zombie.ai.states
Methods in zombie.ai.states with parameters of type State.StageModifier and TypeMethodDescriptionvoidBumpedState.setParams(IsoGameCharacter character0, State.Stage stage) voidClimbDownSheetRopeState.setParams(IsoGameCharacter character, State.Stage stage) voidClimbSheetRopeState.setParams(IsoGameCharacter character, State.Stage stage) voidClimbThroughWindowState.setParams(IsoGameCharacter character, State.Stage stage) voidCollideWithWallState.setParams(IsoGameCharacter character, State.Stage stage) voidFishingState.setParams(IsoGameCharacter character, State.Stage stage) voidFitnessState.setParams(IsoGameCharacter character, State.Stage stage) voidIdleState.setParams(IsoGameCharacter character, State.Stage stage) voidPlayerActionsState.setParams(IsoGameCharacter character, State.Stage stage0) voidPlayerAimState.setParams(IsoGameCharacter character, State.Stage stage) voidPlayerDraggingCorpse.setParams(IsoGameCharacter character0, State.Stage stage) voidPlayerEmoteState.setParams(IsoGameCharacter character, State.Stage stage) voidPlayerExtState.setParams(IsoGameCharacter character, State.Stage stage) voidPlayerFallDownState.setParams(IsoGameCharacter character, State.Stage stage) voidPlayerFallingState.setParams(IsoGameCharacter character, State.Stage stage) voidPlayerGetUpState.setParams(IsoGameCharacter character, State.Stage stage) voidPlayerSitOnFurnitureState.setParams(IsoGameCharacter character, State.Stage stage) voidPlayerSitOnGroundState.setParams(IsoGameCharacter character, State.Stage stage) voidPlayerStrafeState.setParams(IsoGameCharacter character, State.Stage stage) voidSwipeStatePlayer.setParams(IsoGameCharacter character0, State.Stage stage) -
Uses of State.Stage in zombie.ai.states.player
Methods in zombie.ai.states.player with parameters of type State.StageModifier and TypeMethodDescriptionvoidPlayerMilkAnimalState.setParams(IsoGameCharacter character, State.Stage stage) voidPlayerMovementState.setParams(IsoGameCharacter character, State.Stage stage) voidPlayerPetAnimalState.setParams(IsoGameCharacter character, State.Stage stage) voidPlayerShearAnimalState.setParams(IsoGameCharacter character, State.Stage stage) -
Uses of State.Stage in zombie.network.packets.actions
Methods in zombie.network.packets.actions that return State.Stage