Class GoAroundTask
java.lang.Object
net.minecraft.entity.ai.brain.task.GoAroundTask
- Mappings:
Namespace Name named net/minecraft/entity/ai/brain/task/GoAroundTaskintermediary net/minecraft/class_4116official ccn
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate static final intprivate static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SingleTickTask<PathAwareEntity> create(MemoryModuleType<GlobalPos> posModule, float walkSpeed, int maxDistance)
-
Field Details
-
UPDATE_INTERVAL
private static final int UPDATE_INTERVAL- See Also:
- Mappings:
Namespace Name Mixin selector named UPDATE_INTERVALLnet/minecraft/entity/ai/brain/task/GoAroundTask;UPDATE_INTERVAL:Iintermediary field_30179Lnet/minecraft/class_4116;field_30179:Iofficial aLccn;a:I
-
HORIZONTAL_RANGE
private static final int HORIZONTAL_RANGE- See Also:
- Mappings:
Namespace Name Mixin selector named HORIZONTAL_RANGELnet/minecraft/entity/ai/brain/task/GoAroundTask;HORIZONTAL_RANGE:Iintermediary field_30180Lnet/minecraft/class_4116;field_30180:Iofficial bLccn;b:I
-
VERTICAL_RANGE
private static final int VERTICAL_RANGE- See Also:
- Mappings:
Namespace Name Mixin selector named VERTICAL_RANGELnet/minecraft/entity/ai/brain/task/GoAroundTask;VERTICAL_RANGE:Iintermediary field_30181Lnet/minecraft/class_4116;field_30181:Iofficial cLccn;c:I
-
-
Constructor Details
-
GoAroundTask
public GoAroundTask()
-
-
Method Details
-
create
public static SingleTickTask<PathAwareEntity> create(MemoryModuleType<GlobalPos> posModule, float walkSpeed, int maxDistance) - Mappings:
Namespace Name Mixin selector named createLnet/minecraft/entity/ai/brain/task/GoAroundTask;create(Lnet/minecraft/entity/ai/brain/MemoryModuleType;FI)Lnet/minecraft/entity/ai/brain/task/SingleTickTask;intermediary method_47153Lnet/minecraft/class_4116;method_47153(Lnet/minecraft/class_4140;FI)Lnet/minecraft/class_7894;official aLccn;a(Lchh;FI)Lcbh;
-