Class TilePos

java.lang.Object
net.minecraft.util.maths.TilePos

public class TilePos extends Object
Mappings:
Namespace Name
intermediary net/minecraft/class_339
glue class_544
server oa
client wf
named net/minecraft/util/maths/TilePos
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final int
     
    final int
     
    final int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    TilePos(int x, int y, int z)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(Object other)
     
    int
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • x

      public final int x
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2100 Lnet/minecraft/class_339;field_2100:I
      glue field_2322 Lclass_544;field_2322:I
      server a Loa;a:I
      client a Lwf;a:I
      named x Lnet/minecraft/util/maths/TilePos;x:I
    • y

      public final int y
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2101 Lnet/minecraft/class_339;field_2101:I
      glue field_2323 Lclass_544;field_2323:I
      server b Loa;b:I
      client b Lwf;b:I
      named y Lnet/minecraft/util/maths/TilePos;y:I
    • z

      public final int z
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2102 Lnet/minecraft/class_339;field_2102:I
      glue field_2324 Lclass_544;field_2324:I
      server c Loa;c:I
      client c Lwf;c:I
      named z Lnet/minecraft/util/maths/TilePos;z:I
  • Constructor Details

    • TilePos

      public TilePos(int x, int y, int z)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_339;<init>(III)V
      glue <init> Lclass_544;<init>(III)V
      server <init> Loa;<init>(III)V
      client <init> Lwf;<init>(III)V
      named <init> Lnet/minecraft/util/maths/TilePos;<init>(III)V
  • Method Details

    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
      Mappings:
      Namespace Name Mixin selector
      intermediary equals Lnet/minecraft/class_339;equals(Ljava/lang/Object;)Z
      glue equals Lclass_544;equals(Ljava/lang/Object;)Z
      server equals Loa;equals(Ljava/lang/Object;)Z
      client equals Lwf;equals(Ljava/lang/Object;)Z
      named equals Lnet/minecraft/util/maths/TilePos;equals(Ljava/lang/Object;)Z
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object