Class Roar
java.lang.Object
net.minecraft.world.entity.ai.behavior.Behavior<Warden>
net.minecraft.world.entity.ai.behavior.warden.Roar
- All Implemented Interfaces:
BehaviorControl<Warden>
-
Nested Class Summary
Nested classes/interfaces inherited from class Behavior
Behavior.Status -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate static final intFields inherited from class Behavior
DEFAULT_DURATION, entryCondition -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleancanStillUse(ServerLevel level, Warden body, long timestamp) protected voidstart(ServerLevel level, Warden body, long timestamp) protected voidstop(ServerLevel level, Warden body, long timestamp) protected voidtick(ServerLevel level, Warden body, long timestamp) Methods inherited from class Behavior
checkExtraStartConditions, debugString, doStop, getRequiredMemories, getStatus, hasRequiredMemories, tickOrStop, timedOut, tryStart
-
Field Details
-
TICKS_BEFORE_PLAYING_ROAR_SOUND
private static final int TICKS_BEFORE_PLAYING_ROAR_SOUND- See Also:
-
ROAR_ANGER_INCREASE
private static final int ROAR_ANGER_INCREASE- See Also:
-
-
Constructor Details
-
Roar
public Roar()
-
-
Method Details