Class GoAroundTask
java.lang.Object
net.minecraft.entity.ai.brain.task.GoAroundTask
- Mappings:
- Namespace - Name - named - net/minecraft/entity/ai/brain/task/GoAroundTask- intermediary - net/minecraft/class_4116- official - bzs
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final intprivate static final intprivate static final int
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic SingleTickTask<PathAwareEntity> create(MemoryModuleType<GlobalPos> posModule, float walkSpeed, int maxDistance) 
- 
Field Details- 
UPDATE_INTERVALprivate static final int UPDATE_INTERVAL- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - UPDATE_INTERVAL- Lnet/minecraft/entity/ai/brain/task/GoAroundTask;UPDATE_INTERVAL:I- intermediary - field_30179- Lnet/minecraft/class_4116;field_30179:I- official - a- Lbzs;a:I
 
- 
HORIZONTAL_RANGEprivate static final int HORIZONTAL_RANGE- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - HORIZONTAL_RANGE- Lnet/minecraft/entity/ai/brain/task/GoAroundTask;HORIZONTAL_RANGE:I- intermediary - field_30180- Lnet/minecraft/class_4116;field_30180:I- official - b- Lbzs;b:I
 
- 
VERTICAL_RANGEprivate static final int VERTICAL_RANGE- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - VERTICAL_RANGE- Lnet/minecraft/entity/ai/brain/task/GoAroundTask;VERTICAL_RANGE:I- intermediary - field_30181- Lnet/minecraft/class_4116;field_30181:I- official - c- Lbzs;c:I
 
 
- 
- 
Constructor Details- 
GoAroundTaskpublic GoAroundTask()
 
- 
- 
Method Details- 
createpublic static SingleTickTask<PathAwareEntity> create(MemoryModuleType<GlobalPos> posModule, float walkSpeed, int maxDistance) - Mappings:
- Namespace - Name - Mixin selector - named - create- Lnet/minecraft/entity/ai/brain/task/GoAroundTask;create(Lnet/minecraft/entity/ai/brain/MemoryModuleType;FI)Lnet/minecraft/entity/ai/brain/task/SingleTickTask;- intermediary - method_47153- Lnet/minecraft/class_4116;method_47153(Lnet/minecraft/class_4140;FI)Lnet/minecraft/class_7894;- official - a- Lbzs;a(Lcem;FI)Lbym;
 
 
-