Package net.minecraft.util.math
Interface Position
- All Known Subinterfaces:
BlockPointer
- All Known Implementing Classes:
BlockPointerImpl,PositionImpl,Vec3d
public interface Position
-
Method Summary
-
Method Details
-
getX
double getX()Returns the X coordinate. -
getY
double getY()Returns the Y coordinate. -
getZ
double getZ()Returns the Z coordinate.
-