net.minecraft.world.entity.ai.behavior

public class StrollToPoi

extends Behavior<PathfinderMob>

aty
net.minecraft.world.entity.ai.behavior.StrollToPoi
net.minecraft.class_4219
net.minecraft.entity.ai.brain.task.GoToNearbyPositionTask
net.minecraft.entity.ai.brain.task.WalkTowardsPosTask
net.minecraft.server.v1_16_R2.BehaviorStrollPlace

Field summary

Modifier and TypeField
private final MemoryModuleType<GlobalPos>
b
memoryType
field_18862
memoryModuleType
field_220581_a
private final int
c
closeEnoughDist
field_18863
completionRange
field_220582_b
private final int
d
maxDistanceFromPoi
field_18864
maxDistance
field_220583_c
private final float
e
speedModifier
field_25753
field_25753
field_242306_e
private long
f
nextOkStartTime
field_18865
nextRunTime
field_220584_d

Constructor summary

ModifierConstructor
public (MemoryModuleType<GlobalPos> memoryModuleType, float arg1, int arg2, int arg3)

Method summary

Modifier and TypeMethod
protected boolean
a(aag arg0, aqr arg1)
checkExtraStartConditions(ServerLevel arg0, PathfinderMob arg1)
method_19607(class_3218 arg0, class_1314 arg1)
shouldRun(ServerWorld arg0, PathAwareEntity arg1)
func_212832_a_(ServerWorld arg0, CreatureEntity arg1)
protected void
a(aag arg0, aqr arg1, long arg2)
start(ServerLevel arg0, PathfinderMob arg1, long arg2)
method_19608(class_3218 arg0, class_1314 arg1, long arg2)
run(ServerWorld arg0, PathAwareEntity arg1, long arg2)
func_212831_a_(ServerWorld arg0, CreatureEntity arg1, long arg2)