Class GoToPosTask
java.lang.Object
net.minecraft.entity.ai.brain.task.GoToPosTask
- Mappings:
- Namespace - Name - named - net/minecraft/entity/ai/brain/task/GoToPosTask- intermediary - net/minecraft/class_4219- official - bzt
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic Task<PathAwareEntity> create(MemoryModuleType<GlobalPos> posModule, float walkSpeed, int completionRange, int maxDistance) 
- 
Constructor Details- 
GoToPosTaskpublic GoToPosTask()
 
- 
- 
Method Details- 
createpublic static Task<PathAwareEntity> create(MemoryModuleType<GlobalPos> posModule, float walkSpeed, int completionRange, int maxDistance) - Mappings:
- Namespace - Name - Mixin selector - named - create- Lnet/minecraft/entity/ai/brain/task/GoToPosTask;create(Lnet/minecraft/entity/ai/brain/MemoryModuleType;FII)Lnet/minecraft/entity/ai/brain/task/Task;- intermediary - method_47157- Lnet/minecraft/class_4219;method_47157(Lnet/minecraft/class_4140;FII)Lnet/minecraft/class_7893;- official - a- Lbzt;a(Lcem;FII)Lbxc;
 
 
-