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() |
float |
getX() |
float |
getY() |
float |
getZ() |
void |
setX(float x) |
void |
setY(float y) |
void |
setZ(float z) |
public float getX()
getX
in interface crafttweaker.api.util.Position3f
public float getY()
getY
in interface crafttweaker.api.util.Position3f
public float getZ()
getZ
in interface crafttweaker.api.util.Position3f
public void setX(float x)
setX
in interface crafttweaker.api.util.Position3f
public void setY(float y)
setY
in interface crafttweaker.api.util.Position3f
public void setZ(float z)
setZ
in interface crafttweaker.api.util.Position3f
public crafttweaker.api.world.IBlockPos asBlockPos()
asBlockPos
in interface crafttweaker.api.util.Position3f