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 gointermediary net/minecraft/class_2374named net/minecraft/util/math/Position
-
Method Summary
-
Method Details
-
getX
double getX()- Mappings:
Namespace Name Mixin selector official aLgo;a()Dintermediary method_10216Lnet/minecraft/class_2374;method_10216()Dnamed getXLnet/minecraft/util/math/Position;getX()D
-
getY
double getY()- Mappings:
Namespace Name Mixin selector official bLgo;b()Dintermediary method_10214Lnet/minecraft/class_2374;method_10214()Dnamed getYLnet/minecraft/util/math/Position;getY()D
-
getZ
double getZ()- Mappings:
Namespace Name Mixin selector official cLgo;c()Dintermediary method_10215Lnet/minecraft/class_2374;method_10215()Dnamed getZLnet/minecraft/util/math/Position;getZ()D
-