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 net.minecraft.world.entity.ai.behavior.Behavior
Behavior.Status - 
Field Summary
Fields inherited from class net.minecraft.world.entity.ai.behavior.Behavior
DEFAULT_DURATION, entryCondition - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected booleancanStillUse(ServerLevel p_149322_, Axolotl p_149323_, long p_149324_) protected booleancheckExtraStartConditions(ServerLevel p_149319_, Axolotl p_149320_) protected voidstart(ServerLevel p_149330_, Axolotl p_149331_, long p_149332_) Methods inherited from class net.minecraft.world.entity.ai.behavior.Behavior
debugString, doStop, 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
 
 -