Class RandomLookAround
java.lang.Object
net.minecraft.world.entity.ai.behavior.Behavior<Mob>
net.minecraft.world.entity.ai.behavior.RandomLookAround
- All Implemented Interfaces:
BehaviorControl<Mob>
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.entity.ai.behavior.Behavior
Behavior.Status -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final IntProviderprivate final floatprivate final floatprivate final floatFields inherited from class net.minecraft.world.entity.ai.behavior.Behavior
DEFAULT_DURATION, entryCondition -
Constructor Summary
ConstructorsConstructorDescriptionRandomLookAround(IntProvider interval, float maxYaw, float minPitch, float maxPitch) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidstart(ServerLevel level, Mob entity, long gameTime) Methods inherited from class net.minecraft.world.entity.ai.behavior.Behavior
canStillUse, checkExtraStartConditions, debugString, doStop, getStatus, hasRequiredMemories, stop, tick, tickOrStop, timedOut, tryStart