public class Vector3F extends Object
| Modifier and Type | Field and Description |
|---|---|
protected float |
x |
protected float |
y |
protected float |
z |
| Constructor and Description |
|---|
Vector3F() |
Vector3F(float x,
float y,
float z) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static EquivalentConverter<Vector3F> |
getConverter() |
static Class<?> |
getMinecraftClass() |
float |
getX() |
float |
getY() |
float |
getZ() |
int |
hashCode() |
Vector3F |
setX(float x) |
Vector3F |
setY(float y) |
Vector3F |
setZ(float z) |
public float getX()
public Vector3F setX(float x)
public float getY()
public Vector3F setY(float y)
public float getZ()
public Vector3F setZ(float z)
public static Class<?> getMinecraftClass()
public static EquivalentConverter<Vector3F> getConverter()
Copyright © 2012–2017 Comphenix and dmulloy2. Licensed under the GNU GPL v2.