Package | Description |
---|---|
net.minecraft.client.entity | |
net.minecraft.entity | |
net.minecraft.entity.monster | |
net.minecraft.entity.projectile |
Modifier and Type | Method and Description |
---|---|
void |
EntityPlayerSP.move(MoverType type,
double x,
double y,
double z) |
Modifier and Type | Method and Description |
---|---|
static MoverType |
MoverType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MoverType[] |
MoverType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EntityHanging.move(MoverType type,
double x,
double y,
double z) |
void |
Entity.move(MoverType type,
double x,
double y,
double z) |
Modifier and Type | Method and Description |
---|---|
void |
EntityShulker.move(MoverType type,
double x,
double y,
double z) |
void |
EntityVex.move(MoverType type,
double x,
double y,
double z) |
Modifier and Type | Method and Description |
---|---|
void |
EntityArrow.move(MoverType type,
double x,
double y,
double z) |