Package net.minecraft.util.math
Interface Position
- All Known Subinterfaces:
 BlockPointer
- All Known Implementing Classes:
 BlockPointerImpl,PositionImpl,Vec3d
public interface Position
- Mappings:
 Namespace Name official hointermediary net/minecraft/class_2374named net/minecraft/util/math/Position
- 
Method Summary
 
- 
Method Details
- 
getX
double getX()Returns the X coordinate.- Mappings:
 Namespace Name Mixin selector official aLho;a()Dintermediary method_10216Lnet/minecraft/class_2374;method_10216()Dnamed getXLnet/minecraft/util/math/Position;getX()D
 - 
getY
double getY()Returns the Y coordinate.- Mappings:
 Namespace Name Mixin selector official bLho;b()Dintermediary method_10214Lnet/minecraft/class_2374;method_10214()Dnamed getYLnet/minecraft/util/math/Position;getY()D
 - 
getZ
double getZ()Returns the Z coordinate.- Mappings:
 Namespace Name Mixin selector official cLho;c()Dintermediary method_10215Lnet/minecraft/class_2374;method_10215()Dnamed getZLnet/minecraft/util/math/Position;getZ()D
 
 -