Class GoToPointOfInterestTask
java.lang.Object
net.minecraft.entity.ai.brain.task.GoToPointOfInterestTask
- Mappings:
- Namespace - Name - named - net/minecraft/entity/ai/brain/task/GoToPointOfInterestTask- intermediary - net/minecraft/class_4117- official - caf
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final intprivate static final int
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic SingleTickTask<PathAwareEntity> create(float walkSpeed) static SingleTickTask<PathAwareEntity> create(float walkSpeed, int horizontalRange, int verticalRange) 
- 
Field Details- 
DEFAULT_HORIZONTAL_RANGEprivate static final int DEFAULT_HORIZONTAL_RANGE- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - DEFAULT_HORIZONTAL_RANGE- Lnet/minecraft/entity/ai/brain/task/GoToPointOfInterestTask;DEFAULT_HORIZONTAL_RANGE:I- intermediary - field_30186- Lnet/minecraft/class_4117;field_30186:I- official - a- Lcaf;a:I
 
- 
DEFAULT_VERTICAL_RANGEprivate static final int DEFAULT_VERTICAL_RANGE- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - DEFAULT_VERTICAL_RANGE- Lnet/minecraft/entity/ai/brain/task/GoToPointOfInterestTask;DEFAULT_VERTICAL_RANGE:I- intermediary - field_30187- Lnet/minecraft/class_4117;field_30187:I- official - b- Lcaf;b:I
 
 
- 
- 
Constructor Details- 
GoToPointOfInterestTaskpublic GoToPointOfInterestTask()
 
- 
- 
Method Details- 
create- Mappings:
- Namespace - Name - Mixin selector - named - create- Lnet/minecraft/entity/ai/brain/task/GoToPointOfInterestTask;create(F)Lnet/minecraft/entity/ai/brain/task/SingleTickTask;- intermediary - method_47191- Lnet/minecraft/class_4117;method_47191(F)Lnet/minecraft/class_7894;- official - a- Lcaf;a(F)Lbym;
 
- 
createpublic static SingleTickTask<PathAwareEntity> create(float walkSpeed, int horizontalRange, int verticalRange) - Mappings:
- Namespace - Name - Mixin selector - named - create- Lnet/minecraft/entity/ai/brain/task/GoToPointOfInterestTask;create(FII)Lnet/minecraft/entity/ai/brain/task/SingleTickTask;- intermediary - method_47192- Lnet/minecraft/class_4117;method_47192(FII)Lnet/minecraft/class_7894;- official - a- Lcaf;a(FII)Lbym;
 
 
-