Interface Position

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

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

    Modifier and Type
    Method
    Description
    double
     
    double
     
    double
     
  • Method Details

    • getX

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

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

      double getZ()
      Mappings:
      Namespace Name Mixin selector
      official c Lfk;c()D
      intermediary method_4381 Lnet/minecraft/class_1364;method_4381()D
      named getZ Lnet/minecraft/util/math/Position;getZ()D