Interface WorldPosition

All Superinterfaces:
Position
All Known Subinterfaces:
BlockPointer, WorldPositionPointer
All Known Implementing Classes:
BlockPointerImpl

public interface WorldPosition
extends Position
Mappings:
Namespace Name
official cv
intermediary net/minecraft/class_1391
named net/minecraft/util/math/WorldPosition
  • Method Summary

    Modifier and Type Method Description
    World getWorld()  

    Methods inherited from interface net.minecraft.util.math.Position

    getX, getY, getZ
  • Method Details

    • getWorld

      World getWorld()
      Mappings:
      Namespace Name Mixin selector
      official i Lcv;i()Ladm;
      intermediary method_4947 Lnet/minecraft/class_1391;method_4947()Lnet/minecraft/class_99;
      named getWorld Lnet/minecraft/util/math/WorldPosition;getWorld()Lnet/minecraft/world/World;