Interface Position

All Known Subinterfaces:
BlockPointer
All Known Implementing Classes:
BlockPointerImpl, PositionImpl, Vec3d

public interface Position
Mappings:
Namespace Name
official gk
intermediary net/minecraft/class_2374
named net/minecraft/util/math/Position
  • Method Summary

    Modifier and Type Method Description
    double getX()  
    double getY()  
    double getZ()  
  • Method Details

    • getX

      double getX()
      Mappings:
      Namespace Name Mixin selector
      official a Lgk;a()D
      intermediary method_10216 Lnet/minecraft/class_2374;method_10216()D
      named getX Lnet/minecraft/util/math/Position;getX()D
    • getY

      double getY()
      Mappings:
      Namespace Name Mixin selector
      official b Lgk;b()D
      intermediary method_10214 Lnet/minecraft/class_2374;method_10214()D
      named getY Lnet/minecraft/util/math/Position;getY()D
    • getZ

      double getZ()
      Mappings:
      Namespace Name Mixin selector
      official c Lgk;c()D
      intermediary method_10215 Lnet/minecraft/class_2374;method_10215()D
      named getZ Lnet/minecraft/util/math/Position;getZ()D