java.lang.Object
org.cloudburstmc.api.level.Location
-
Method Summary
Modifier and TypeMethodDescriptionadd(double x, double y, double z)add(float x, float y, float z)static Locationstatic Locationstatic Locationstatic Locationstatic Locationstatic LocationgetBlock()getChunk()intintintintintgetLevel()floatgetPitch()com.nukkitx.math.vector.Vector3ffloatgetX()floatgetY()floatgetYaw()floatgetZ()
-
Method Details
-
from
-
from
-
from
-
from
-
from
-
from
-
getX
public float getX() -
getY
public float getY() -
getZ
public float getZ() -
getPosition
public com.nukkitx.math.vector.Vector3f getPosition() -
getYaw
public float getYaw() -
getPitch
public float getPitch() -
getLevel
-
getChunk
-
getBlock
-
add
-
add
-
getFloorX
public int getFloorX() -
getFloorY
public int getFloorY() -
getFloorZ
public int getFloorZ() -
getChunkX
public int getChunkX() -
getChunkZ
public int getChunkZ()
-