Package net.minecraft.util.math
Interface Position
- All Known Implementing Classes:
 Vec3d
public interface Position
- Mappings:
 Namespace Name named net/minecraft/util/math/Positionintermediary net/minecraft/class_2374official jw
- 
Method Summary
 
- 
Method Details
- 
getX
double getX()Returns the X coordinate.- Mappings:
 Namespace Name Mixin selector named getXLnet/minecraft/util/math/Position;getX()Dintermediary method_10216Lnet/minecraft/class_2374;method_10216()Dofficial aLjw;a()D
 - 
getY
double getY()Returns the Y coordinate.- Mappings:
 Namespace Name Mixin selector named getYLnet/minecraft/util/math/Position;getY()Dintermediary method_10214Lnet/minecraft/class_2374;method_10214()Dofficial bLjw;b()D
 - 
getZ
double getZ()Returns the Z coordinate.- Mappings:
 Namespace Name Mixin selector named getZLnet/minecraft/util/math/Position;getZ()Dintermediary method_10215Lnet/minecraft/class_2374;method_10215()Dofficial cLjw;c()D
 
 -