net.minecraft.entity.ai.brain.task

public class GoAroundTask

net.minecraft.world.entity.ai.behavior.StrollAroundPoi
net.minecraft.world.entity.ai.behavior.StrollAroundPoi
net.minecraft.class_4116
net.minecraft.entity.ai.brain.task.GoAroundTask

Field summary

Modifier and TypeField
private static final int
MIN_TIME_BETWEEN_STROLLS
MIN_TIME_BETWEEN_STROLLS
field_30179
UPDATE_INTERVAL
private static final int
STROLL_MAX_XZ_DIST
STROLL_MAX_XZ_DIST
field_30180
HORIZONTAL_RANGE
private static final int
STROLL_MAX_Y_DIST
STROLL_MAX_Y_DIST
field_30181
VERTICAL_RANGE

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static SingleTickTask<PathAwareEntity>
create(MemoryModuleType<GlobalPos> memoryType, float speedModifier, int maxDistanceFromPoi)
create(MemoryModuleType<GlobalPos> memoryType, float speedModifier, int maxDistanceFromPoi)
method_47153(class_4140<class_4208> arg0, float arg1, int arg2)
create(MemoryModuleType<GlobalPos> posModule, float walkSpeed, int maxDistance)