Class Vec2i

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

public class Vec2i extends Object
Mappings:
Namespace Name
intermediary net/minecraft/class_515
glue class_624
server qa
client yy
named net/minecraft/util/maths/Vec2i
  • Field Summary

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

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

    Modifier and Type
    Method
    Description
    boolean
    equals(Object other)
     
    static int
    hash(int x, int z)
     
    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_2378 Lnet/minecraft/class_515;field_2378:I
      glue field_2572 Lclass_624;field_2572:I
      server a Lqa;a:I
      client a Lyy;a:I
      named x Lnet/minecraft/util/maths/Vec2i;x:I
    • z

      public final int z
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2379 Lnet/minecraft/class_515;field_2379:I
      glue field_2573 Lclass_624;field_2573:I
      server b Lqa;b:I
      client b Lyy;b:I
      named z Lnet/minecraft/util/maths/Vec2i;z:I
  • Constructor Details

    • Vec2i

      public Vec2i(int x, int z)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_515;<init>(II)V
      glue <init> Lclass_624;<init>(II)V
      server <init> Lqa;<init>(II)V
      client <init> Lyy;<init>(II)V
      named <init> Lnet/minecraft/util/maths/Vec2i;<init>(II)V
  • Method Details

    • hash

      public static int hash(int x, int z)
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1854 Lnet/minecraft/class_515;method_1854(II)I
      glue method_2094 Lclass_624;method_2094(II)I
      server a Lqa;a(II)I
      client a Lyy;a(II)I
      named hash Lnet/minecraft/util/maths/Vec2i;hash(II)I
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
      Mappings:
      Namespace Name Mixin selector
      intermediary equals Lnet/minecraft/class_515;equals(Ljava/lang/Object;)Z
      glue equals Lclass_624;equals(Ljava/lang/Object;)Z
      server equals Lqa;equals(Ljava/lang/Object;)Z
      client equals Lyy;equals(Ljava/lang/Object;)Z
      named equals Lnet/minecraft/util/maths/Vec2i;equals(Ljava/lang/Object;)Z