net.minecraft.entity.ai.brain.task

public class WalkTowardsFuzzyPosTask

net.minecraft.world.entity.ai.behavior.GoToTargetLocation
net.minecraft.world.entity.ai.behavior.GoToTargetLocation
net.minecraft.class_4814
net.minecraft.entity.ai.brain.task.WalkTowardsFuzzyPosTask

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
private static BlockPos
getNearbyPos(Mob body, BlockPos pos)
getNearbyPos(Mob body, BlockPos pos)
method_24577(class_1308 arg0, class_2338 arg1)
fuzz(MobEntity mob, BlockPos pos)
private static int
getRandomOffset(RandomSource random)
getRandomOffset(RandomSource random)
method_24578(class_5819 arg0)
fuzz(Random random)
public static <E extends MobEntity> SingleTickTask<E>
create(MemoryModuleType<BlockPos> locationMemory, int closeEnoughDist, float speedModifier)
create(MemoryModuleType<BlockPos> locationMemory, int closeEnoughDist, float speedModifier)
method_46941(class_4140<class_2338> arg0, int arg1, float arg2)
create(MemoryModuleType<BlockPos> posModule, int completionRange, float speed)