Class GoToTargetLocation
java.lang.Object
net.minecraft.world.entity.ai.behavior.GoToTargetLocation
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(MemoryModuleType<BlockPos> p_259938_, int p_259740_, float p_259957_) private static BlockPos
getNearbyPos
(Mob p_217251_, BlockPos p_217252_) private static int
getRandomOffset
(RandomSource p_217247_)
-
Constructor Details
-
GoToTargetLocation
public GoToTargetLocation()
-
-
Method Details
-
getNearbyPos
-
getRandomOffset
-
create
public static <E extends Mob> OneShot<E> create(MemoryModuleType<BlockPos> p_259938_, int p_259740_, float p_259957_)
-