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