Package net.minecraft.entity.passive
Class SnifferBrain.DiggingTask
java.lang.Object
net.minecraft.entity.ai.brain.task.MultiTickTask<SnifferEntity>
net.minecraft.entity.passive.SnifferBrain.DiggingTask
- All Implemented Interfaces:
Task<SnifferEntity>
- Enclosing class:
SnifferBrain
- Mappings:
Namespace Name intermediary net/minecraft/class_8155$class_8156official btw$anamed net/minecraft/entity/passive/SnifferBrain$DiggingTask
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.brain.task.MultiTickTask
MultiTickTask.Status -
Field Summary
Fields inherited from class net.minecraft.entity.ai.brain.task.MultiTickTask
DEFAULT_RUN_TIME, requiredMemoryStates -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidfinishRunning(ServerWorld serverWorld, SnifferEntity snifferEntity, long long2) protected voidrun(ServerWorld serverWorld, SnifferEntity snifferEntity, long long2) protected booleanshouldKeepRunning(ServerWorld serverWorld, SnifferEntity snifferEntity, long long2) protected booleanshouldRun(ServerWorld serverWorld, SnifferEntity snifferEntity) Methods inherited from class net.minecraft.entity.ai.brain.task.MultiTickTask
getName, getStatus, hasRequiredMemoryState, isTimeLimitExceeded, keepRunning, stop, tick, tryStarting
-
Constructor Details
-
DiggingTask
DiggingTask(int minRunTime, int maxRunTime) - Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_8155$class_8156;<init>(II)Vofficial <init>Lbtw$a;<init>(II)Vnamed <init>Lnet/minecraft/entity/passive/SnifferBrain$DiggingTask;<init>(II)V
-
-
Method Details
-
shouldRun
- Overrides:
shouldRunin classMultiTickTask<SnifferEntity>- Mappings:
Namespace Name Mixin selector intermediary method_49158Lnet/minecraft/class_8155$class_8156;method_49158(Lnet/minecraft/class_3218;Lnet/minecraft/class_8153;)Zofficial aLbtw$a;a(Laif;Lbtv;)Znamed shouldRunLnet/minecraft/entity/passive/SnifferBrain$DiggingTask;shouldRun(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/passive/SnifferEntity;)Z
-
shouldKeepRunning
protected boolean shouldKeepRunning(ServerWorld serverWorld, SnifferEntity snifferEntity, long long2) - Overrides:
shouldKeepRunningin classMultiTickTask<SnifferEntity>- Mappings:
Namespace Name Mixin selector intermediary method_49159Lnet/minecraft/class_8155$class_8156;method_49159(Lnet/minecraft/class_3218;Lnet/minecraft/class_8153;J)Zofficial aLbtw$a;a(Laif;Lbtv;J)Znamed shouldKeepRunningLnet/minecraft/entity/passive/SnifferBrain$DiggingTask;shouldKeepRunning(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/passive/SnifferEntity;J)Z
-
run
- Overrides:
runin classMultiTickTask<SnifferEntity>- Mappings:
Namespace Name Mixin selector intermediary method_49160Lnet/minecraft/class_8155$class_8156;method_49160(Lnet/minecraft/class_3218;Lnet/minecraft/class_8153;J)Vofficial bLbtw$a;b(Laif;Lbtv;J)Vnamed runLnet/minecraft/entity/passive/SnifferBrain$DiggingTask;run(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/passive/SnifferEntity;J)V
-
finishRunning
- Overrides:
finishRunningin classMultiTickTask<SnifferEntity>- Mappings:
Namespace Name Mixin selector intermediary method_49161Lnet/minecraft/class_8155$class_8156;method_49161(Lnet/minecraft/class_3218;Lnet/minecraft/class_8153;J)Vofficial cLbtw$a;c(Laif;Lbtv;J)Vnamed finishRunningLnet/minecraft/entity/passive/SnifferBrain$DiggingTask;finishRunning(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/entity/passive/SnifferEntity;J)V
-