public class RandomPositionGenerator
extends java.lang.Object
Constructor and Description |
---|
RandomPositionGenerator() |
Modifier and Type | Method and Description |
---|---|
static Vec3 |
findRandomTarget(EntityCreature p_75463_0_,
int p_75463_1_,
int p_75463_2_) |
static Vec3 |
findRandomTargetBlockAwayFrom(EntityCreature p_75461_0_,
int p_75461_1_,
int p_75461_2_,
Vec3 p_75461_3_) |
static Vec3 |
findRandomTargetBlockTowards(EntityCreature p_75464_0_,
int p_75464_1_,
int p_75464_2_,
Vec3 p_75464_3_) |
public static Vec3 findRandomTarget(EntityCreature p_75463_0_, int p_75463_1_, int p_75463_2_)
public static Vec3 findRandomTargetBlockTowards(EntityCreature p_75464_0_, int p_75464_1_, int p_75464_2_, Vec3 p_75464_3_)
public static Vec3 findRandomTargetBlockAwayFrom(EntityCreature p_75461_0_, int p_75461_1_, int p_75461_2_, Vec3 p_75461_3_)