Interface Position

All Known Subinterfaces:
BlockPointer, WorldPosition, WorldPositionPointer
All Known Implementing Classes:
BlockPointerImpl, PositionImpl

public interface Position
Mappings:
Namespace Name
official cz
intermediary net/minecraft/class_1395
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 Lcz;a()D
      intermediary method_4961 Lnet/minecraft/class_1395;method_4961()D
      named getX Lnet/minecraft/util/math/Position;getX()D
    • getY

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

      double getZ()
      Mappings:
      Namespace Name Mixin selector
      official c Lcz;c()D
      intermediary method_4963 Lnet/minecraft/class_1395;method_4963()D
      named getZ Lnet/minecraft/util/math/Position;getZ()D