Uses of Enum Class
zombie.UpdateSchedulerSimulationLevel
Packages that use UpdateSchedulerSimulationLevel
Package
Description
-
Uses of UpdateSchedulerSimulationLevel in zombie
Subclasses with type arguments of type UpdateSchedulerSimulationLevel in zombieMethods in zombie that return UpdateSchedulerSimulationLevelModifier and TypeMethodDescriptionstatic UpdateSchedulerSimulationLevel[]UpdateSchedulerSimulationLevel.allValues()UpdateSchedulerSimulationLevel.less()UpdateSchedulerSimulationLevel.max(UpdateSchedulerSimulationLevel rhs) UpdateSchedulerSimulationLevel.minimum()UpdateSchedulerSimulationLevel.more()Returns the enum constant of this class with the specified name.static UpdateSchedulerSimulationLevel[]UpdateSchedulerSimulationLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie with parameters of type UpdateSchedulerSimulationLevelModifier and TypeMethodDescriptionUpdateSchedulerSimulationLevel.max(UpdateSchedulerSimulationLevel rhs) Constructors in zombie with parameters of type UpdateSchedulerSimulationLevelModifierConstructorDescriptionMovingObjectUpdateSchedulerUpdateBucket(UpdateSchedulerSimulationLevel simulationLevel) -
Uses of UpdateSchedulerSimulationLevel in zombie.ai
Methods in zombie.ai that return UpdateSchedulerSimulationLevelModifier and TypeMethodDescriptionState.getMinimumSimulationLevel()StateMachine.getMinimumSimulationLevel() -
Uses of UpdateSchedulerSimulationLevel in zombie.ai.states
Methods in zombie.ai.states that return UpdateSchedulerSimulationLevelModifier and TypeMethodDescriptionAttackState.getMinimumSimulationLevel()BumpedState.getMinimumSimulationLevel()ClimbOverFenceState.getMinimumSimulationLevel()ClimbThroughWindowState.getMinimumSimulationLevel()FakeDeadAttackState.getMinimumSimulationLevel()LungeState.getMinimumSimulationLevel()StaggerBackState.getMinimumSimulationLevel()VehicleCollisionMinorStaggerState.getMinimumSimulationLevel()VehicleCollisionOnGroundState.getMinimumSimulationLevel()VehicleCollisionState.getMinimumSimulationLevel()ZombieFallDownState.getMinimumSimulationLevel()ZombieFallingState.getMinimumSimulationLevel()ZombieHitReactionState.getMinimumSimulationLevel()ZombieRagdollOnGroundState.getMinimumSimulationLevel() -
Uses of UpdateSchedulerSimulationLevel in zombie.characters
Methods in zombie.characters that return UpdateSchedulerSimulationLevelModifier and TypeMethodDescriptionIsoGameCharacter.getMinimumSimulationLevel()IsoPlayer.getMinimumSimulationLevel() -
Uses of UpdateSchedulerSimulationLevel in zombie.characters.component
Methods in zombie.characters.component that return UpdateSchedulerSimulationLevel -
Uses of UpdateSchedulerSimulationLevel in zombie.iso
Methods in zombie.iso that return UpdateSchedulerSimulationLevelModifier and TypeMethodDescriptionIsoMovingObject.getCurrentSimulationLevel()IsoMovingObject.getMinimumSimulationLevel()Methods in zombie.iso with parameters of type UpdateSchedulerSimulationLevelModifier and TypeMethodDescriptionvoidIsoMovingObject.setCurrentSimulationLevel(UpdateSchedulerSimulationLevel simulationLevel) -
Uses of UpdateSchedulerSimulationLevel in zombie.vehicles
Methods in zombie.vehicles that return UpdateSchedulerSimulationLevelModifier and TypeMethodDescriptionAttackVehicleState.getMinimumSimulationLevel()BaseVehicle.getMinimumSimulationLevel()