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
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
canStillUse
(ServerLevel p_149322_, Axolotl p_149323_, long p_149324_) protected boolean
checkExtraStartConditions
(ServerLevel p_149319_, Axolotl p_149320_) protected void
start
(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:
checkExtraStartConditions
in classBehavior<Axolotl>
-
canStillUse
- Overrides:
canStillUse
in classBehavior<Axolotl>
-
start
-