net.minecraft.entity.ai.brain.task

public class GoToPointOfInterestTask

net.minecraft.world.entity.ai.behavior.VillageBoundRandomStroll
net.minecraft.world.entity.ai.behavior.VillageBoundRandomStroll
net.minecraft.class_4117
net.minecraft.entity.ai.brain.task.GoToPointOfInterestTask

Field summary

Modifier and TypeField
private static final int
MAX_XZ_DIST
MAX_XZ_DIST
field_30186
DEFAULT_HORIZONTAL_RANGE
private static final int
MAX_Y_DIST
MAX_Y_DIST
field_30187
DEFAULT_VERTICAL_RANGE

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static SingleTickTask<PathAwareEntity>
create(float speedModifier)
create(float speedModifier)
method_47191(float arg0)
create(float walkSpeed)
public static SingleTickTask<PathAwareEntity>
create(float speedModifier, int maxXyDist, int maxYDist)
create(float speedModifier, int maxXyDist, int maxYDist)
method_47192(float arg0, int arg1, int arg2)
create(float walkSpeed, int horizontalRange, int verticalRange)