public class BrainUtil
extends java.lang.Object
Constructor and Description |
---|
BrainUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
approach(LivingEntity living,
LivingEntity target,
int targetDistance) |
static boolean |
canSee(Brain<?> p_220619_0_,
LivingEntity p_220619_1_) |
static void |
func_220616_b(LivingEntity p_220616_0_,
LivingEntity p_220616_1_) |
static SectionPos |
func_220617_a(ServerWorld p_220617_0_,
SectionPos p_220617_1_,
int p_220617_2_) |
static void |
func_220618_a(LivingEntity p_220618_0_,
LivingEntity p_220618_1_) |
static void |
func_220626_d(LivingEntity p_220626_0_,
LivingEntity p_220626_1_) |
static boolean |
isCorrectVisibleType(Brain<?> p_220623_0_,
MemoryModuleType<? extends LivingEntity> p_220623_1_,
EntityType<?> p_220623_2_) |
static void |
lookAt(LivingEntity p_220625_0_,
LivingEntity p_220625_1_) |
static void |
throwItemAt(LivingEntity from,
ItemStack stack,
LivingEntity to) |
public static void func_220618_a(LivingEntity p_220618_0_, LivingEntity p_220618_1_)
public static boolean canSee(Brain<?> p_220619_0_, LivingEntity p_220619_1_)
public static boolean isCorrectVisibleType(Brain<?> p_220623_0_, MemoryModuleType<? extends LivingEntity> p_220623_1_, EntityType<?> p_220623_2_)
public static void func_220616_b(LivingEntity p_220616_0_, LivingEntity p_220616_1_)
public static void lookAt(LivingEntity p_220625_0_, LivingEntity p_220625_1_)
public static void func_220626_d(LivingEntity p_220626_0_, LivingEntity p_220626_1_)
public static void approach(LivingEntity living, LivingEntity target, int targetDistance)
public static void throwItemAt(LivingEntity from, ItemStack stack, LivingEntity to)
public static SectionPos func_220617_a(ServerWorld p_220617_0_, SectionPos p_220617_1_, int p_220617_2_)