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 - kb
- 
Method Summary
- 
Method Details- 
getXdouble 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- Lkb;a()D
 
- 
getYdouble 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- Lkb;b()D
 
- 
getZdouble 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- Lkb;c()D
 
 
-