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