Class PlayDead
java.lang.Object
net.minecraft.world.entity.ai.behavior.Behavior<Axolotl>
net.minecraft.world.entity.animal.axolotl.PlayDead
- All Implemented Interfaces:
BehaviorControl<Axolotl>
-
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, Axolotl body, long timestamp) protected booleancheckExtraStartConditions(ServerLevel level, Axolotl body) protected voidstart(ServerLevel level, Axolotl body, long timestamp) Methods inherited from class Behavior
debugString, doStop, getRequiredMemories, getStatus, hasRequiredMemories, stop, tick, tickOrStop, timedOut, tryStart
-
Constructor Details
-
PlayDead
public PlayDead()
-
-
Method Details
-
checkExtraStartConditions
- Overrides:
checkExtraStartConditionsin classBehavior<Axolotl>
-
canStillUse
- Overrides:
canStillUsein classBehavior<Axolotl>
-
start
-