Class Emerging<E extends Warden>
java.lang.Object
net.minecraft.world.entity.ai.behavior.Behavior<E>
net.minecraft.world.entity.ai.behavior.warden.Emerging<E>
- All Implemented Interfaces:
BehaviorControl<E>
-
Nested Class Summary
Nested classes/interfaces inherited from class Behavior
Behavior.Status -
Field Summary
Fields inherited from class Behavior
DEFAULT_DURATION, entryCondition -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleancanStillUse(ServerLevel level, E body, long timestamp) protected voidstart(ServerLevel level, E body, long timestamp) protected voidstop(ServerLevel level, E body, long timestamp) Methods inherited from class Behavior
checkExtraStartConditions, debugString, doStop, getRequiredMemories, getStatus, hasRequiredMemories, tick, tickOrStop, timedOut, tryStart
-
Constructor Details
-
Emerging
public Emerging(int ticks)
-
-
Method Details
-
canStillUse
- Overrides:
canStillUsein classBehavior<E extends Warden>
-
start
-
stop
-