Class GoToTargetLocation
java.lang.Object
net.minecraft.world.entity.ai.behavior.GoToTargetLocation
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncreate(MemoryModuleType<BlockPos> p_259938_, int p_259740_, float p_259957_) private static BlockPosgetNearbyPos(Mob p_217251_, BlockPos p_217252_) private static intgetRandomOffset(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_)  
 -