Class Digging<E extends Warden>
java.lang.Object
net.minecraft.world.entity.ai.behavior.Behavior<E>
net.minecraft.world.entity.ai.behavior.warden.Digging<E>
- All Implemented Interfaces:
 BehaviorControl<E>
- 
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_217527_, E p_217528_, long p_217529_) protected booleancheckExtraStartConditions(ServerLevel p_217524_, E p_217525_) protected voidstart(ServerLevel p_217535_, E p_217536_, long p_217537_) protected voidstop(ServerLevel p_217543_, E p_217544_, long p_217545_) Methods inherited from class net.minecraft.world.entity.ai.behavior.Behavior
debugString, doStop, getStatus, hasRequiredMemories, tick, tickOrStop, timedOut, tryStart 
- 
Constructor Details
- 
Digging
public Digging(int p_217515_)  
 - 
 - 
Method Details