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() -
getY
double getY() -
getZ
double getZ()
-