public class MCPosition3f
extends java.lang.Object
implements crafttweaker.api.util.Position3f
| Constructor and Description |
|---|
MCPosition3f(float x,
float y,
float z) |
| Modifier and Type | Method and Description |
|---|---|
crafttweaker.api.world.IBlockPos |
asBlockPos() |
boolean |
equals(java.lang.Object o) |
float |
getX() |
float |
getY() |
float |
getZ() |
int |
hashCode() |
void |
setX(float x) |
void |
setY(float y) |
void |
setZ(float z) |
public float getX()
getX in interface crafttweaker.api.util.Position3fpublic float getY()
getY in interface crafttweaker.api.util.Position3fpublic float getZ()
getZ in interface crafttweaker.api.util.Position3fpublic void setX(float x)
setX in interface crafttweaker.api.util.Position3fpublic void setY(float y)
setY in interface crafttweaker.api.util.Position3fpublic void setZ(float z)
setZ in interface crafttweaker.api.util.Position3fpublic crafttweaker.api.world.IBlockPos asBlockPos()
asBlockPos in interface crafttweaker.api.util.Position3fpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object