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 SummaryNested classes/interfaces inherited from class net.minecraft.world.entity.ai.behavior.BehaviorBehavior.Status
- 
Field SummaryFields inherited from class net.minecraft.world.entity.ai.behavior.BehaviorDEFAULT_DURATION, entryCondition
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.BehaviordebugString, doStop, getStatus, hasRequiredMemories, tick, tickOrStop, timedOut, tryStart
- 
Constructor Details- 
Diggingpublic Digging(int p_217515_) 
 
- 
- 
Method Details