Package net.minecraft.util.math
Interface Position
- All Known Implementing Classes:
Vec3d
public interface Position
- Mappings:
Namespace Name named net/minecraft/util/math/Position
intermediary net/minecraft/class_2374
official js
-
Method Summary
-
Method Details
-
getX
double getX()Returns the X coordinate.- Mappings:
Namespace Name Mixin selector named getX
Lnet/minecraft/util/math/Position;getX()D
intermediary method_10216
Lnet/minecraft/class_2374;method_10216()D
official a
Ljs;a()D
-
getY
double getY()Returns the Y coordinate.- Mappings:
Namespace Name Mixin selector named getY
Lnet/minecraft/util/math/Position;getY()D
intermediary method_10214
Lnet/minecraft/class_2374;method_10214()D
official b
Ljs;b()D
-
getZ
double getZ()Returns the Z coordinate.- Mappings:
Namespace Name Mixin selector named getZ
Lnet/minecraft/util/math/Position;getZ()D
intermediary method_10215
Lnet/minecraft/class_2374;method_10215()D
official c
Ljs;c()D
-