Package net.minecraft
Class class_6963<E extends class_6975>
java.lang.Object
net.minecraft.entity.ai.brain.task.Task<E>
net.minecraft.class_6963<E>
- Mappings:
Namespace Name official azlintermediary net/minecraft/class_6963named net/minecraft/class_6963
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.brain.task.Task
Task.Status -
Field Summary
Fields inherited from class net.minecraft.entity.ai.brain.task.Task
requiredMemoryStates -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidfinishRunning(ServerWorld serverWorld, E e, long long2) protected voidrun(ServerWorld serverWorld, E e, long long2) protected booleanshouldKeepRunning(ServerWorld serverWorld, E e, long long2) protected booleanshouldRun(ServerWorld serverWorld, E e) Methods inherited from class net.minecraft.entity.ai.brain.task.Task
getStatus, isTimeLimitExceeded, keepRunning, stop, tick, toString, tryStarting
-
Constructor Details
-
class_6963
public class_6963(int int2)
-
-
Method Details
-
shouldKeepRunning
- Overrides:
shouldKeepRunningin classTask<E extends class_6975>- Mappings:
Namespace Name Mixin selector official aLazl;a(Ladq;Lbnw;J)Zintermediary method_40619Lnet/minecraft/class_6963;method_40619(Lnet/minecraft/class_3218;Lnet/minecraft/class_6975;J)Znamed shouldKeepRunningLnet/minecraft/class_6963;shouldKeepRunning(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/class_6975;J)Z
-
shouldRun
- Overrides:
shouldRunin classTask<E extends class_6975>- Mappings:
Namespace Name Mixin selector official aLazl;a(Ladq;Lbnw;)Zintermediary method_40618Lnet/minecraft/class_6963;method_40618(Lnet/minecraft/class_3218;Lnet/minecraft/class_6975;)Znamed shouldRunLnet/minecraft/class_6963;shouldRun(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/class_6975;)Z
-
run
- Overrides:
runin classTask<E extends class_6975>- Mappings:
Namespace Name Mixin selector official bLazl;b(Ladq;Lbnw;J)Vintermediary method_40620Lnet/minecraft/class_6963;method_40620(Lnet/minecraft/class_3218;Lnet/minecraft/class_6975;J)Vnamed runLnet/minecraft/class_6963;run(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/class_6975;J)V
-
finishRunning
- Overrides:
finishRunningin classTask<E extends class_6975>- Mappings:
Namespace Name Mixin selector official cLazl;c(Ladq;Lbnw;J)Vintermediary method_40621Lnet/minecraft/class_6963;method_40621(Lnet/minecraft/class_3218;Lnet/minecraft/class_6975;J)Vnamed finishRunningLnet/minecraft/class_6963;finishRunning(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/class_6975;J)V
-