Class GoToTargetLocation
java.lang.Object
net.minecraft.world.entity.ai.behavior.GoToTargetLocation
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
GoToTargetLocationpublic GoToTargetLocation()
 
- 
- 
Method Details- 
getNearbyPos
- 
getRandomOffset
- 
createpublic static <E extends Mob> OneShot<E> create(MemoryModuleType<BlockPos> p_259938_, int p_259740_, float p_259957_) 
 
-