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 boolean
canStillUse
(ServerLevel pLevel, E pEntity, long pGameTime) protected boolean
checkExtraStartConditions
(ServerLevel pLevel, E pOwner) protected void
start
(ServerLevel pLevel, E pEntity, long pGameTime) protected void
stop
(ServerLevel pLevel, E pEntity, long pGameTime) 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 pDuration)
-
-
Method Details