| Package | Description |
|---|---|
| net.minecraft.entity | |
| net.minecraft.util | |
| net.minecraft.util.math |
| Modifier and Type | Method and Description |
|---|---|
Vec2f |
Entity.getPitchYaw() |
| Modifier and Type | Method and Description |
|---|---|
Vec2f |
MovementInput.getMoveVector() |
| Modifier and Type | Field and Description |
|---|---|
static Vec2f |
Vec2f.MAX |
static Vec2f |
Vec2f.MIN |
static Vec2f |
Vec2f.NEGATIVE_UNIT_X |
static Vec2f |
Vec2f.NEGATIVE_UNIT_Y |
static Vec2f |
Vec2f.ONE |
static Vec2f |
Vec2f.UNIT_X |
static Vec2f |
Vec2f.UNIT_Y |
static Vec2f |
Vec2f.ZERO |
| Modifier and Type | Method and Description |
|---|---|
static Vec3d |
Vec3d.fromPitchYawVector(Vec2f p_189984_0_) |