Class GoToPosTask
java.lang.Object
net.minecraft.entity.ai.brain.task.GoToPosTask
- Mappings:
 Namespace Name named net/minecraft/entity/ai/brain/task/GoToPosTaskintermediary net/minecraft/class_4219official caq
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic Task<PathAwareEntity> create(MemoryModuleType<GlobalPos> posModule, float walkSpeed, int completionRange, int maxDistance)  
- 
Constructor Details
- 
GoToPosTask
public GoToPosTask() 
 - 
 - 
Method Details
- 
create
public static Task<PathAwareEntity> create(MemoryModuleType<GlobalPos> posModule, float walkSpeed, int completionRange, int maxDistance) - Mappings:
 Namespace Name Mixin selector named createLnet/minecraft/entity/ai/brain/task/GoToPosTask;create(Lnet/minecraft/entity/ai/brain/MemoryModuleType;FII)Lnet/minecraft/entity/ai/brain/task/Task;intermediary method_47157Lnet/minecraft/class_4219;method_47157(Lnet/minecraft/class_4140;FII)Lnet/minecraft/class_7893;official aLcaq;a(Lcfj;FII)Lbxz;
 
 -