Class IntHashMapEntry

java.lang.Object
net.minecraft.util.IntHashMapEntry

class IntHashMapEntry extends Object
Mappings:
Namespace Name
intermediary net/minecraft/class_232
glue class_553
server og
client wm
named net/minecraft/util/IntHashMapEntry
  • Field Details

    • key

      final int key
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2113 Lnet/minecraft/class_232;field_2113:I
      glue field_2335 Lclass_553;field_2335:I
      server a Log;a:I
      client a Lwm;a:I
      named key Lnet/minecraft/util/IntHashMapEntry;key:I
    • value

      Object value
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2114 Lnet/minecraft/class_232;field_2114:Ljava/lang/Object;
      glue field_2336 Lclass_553;field_2336:Ljava/lang/Object;
      server b Log;b:Ljava/lang/Object;
      client b Lwm;b:Ljava/lang/Object;
      named value Lnet/minecraft/util/IntHashMapEntry;value:Ljava/lang/Object;
    • next

      Mappings:
      Namespace Name Mixin selector
      intermediary field_2115 Lnet/minecraft/class_232;field_2115:Lnet/minecraft/class_232;
      glue field_2337 Lclass_553;field_2337:Lclass_553;
      server c Log;c:Log;
      client c Lwm;c:Lwm;
      named next Lnet/minecraft/util/IntHashMapEntry;next:Lnet/minecraft/util/IntHashMapEntry;
    • hash

      final int hash
      Mappings:
      Namespace Name Mixin selector
      intermediary field_2116 Lnet/minecraft/class_232;field_2116:I
      glue field_2338 Lclass_553;field_2338:I
      server d Log;d:I
      client d Lwm;d:I
      named hash Lnet/minecraft/util/IntHashMapEntry;hash:I
  • Constructor Details

    • IntHashMapEntry

      IntHashMapEntry(int hash, int key, Object value, IntHashMapEntry next)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_232;<init>(IILjava/lang/Object;Lnet/minecraft/class_232;)V
      glue <init> Lclass_553;<init>(IILjava/lang/Object;Lclass_553;)V
      server <init> Log;<init>(IILjava/lang/Object;Log;)V
      client <init> Lwm;<init>(IILjava/lang/Object;Lwm;)V
      named <init> Lnet/minecraft/util/IntHashMapEntry;<init>(IILjava/lang/Object;Lnet/minecraft/util/IntHashMapEntry;)V
  • Method Details

    • getKey

      public final int getKey()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1726 Lnet/minecraft/class_232;method_1726()I
      glue method_2005 Lclass_553;method_2005()I
      server a Log;a()I
      client a Lwm;a()I
      named getKey Lnet/minecraft/util/IntHashMapEntry;getKey()I
    • getValue

      public final Object getValue()
      Mappings:
      Namespace Name Mixin selector
      intermediary method_1727 Lnet/minecraft/class_232;method_1727()Ljava/lang/Object;
      glue method_2006 Lclass_553;method_2006()Ljava/lang/Object;
      server b Log;b()Ljava/lang/Object;
      client b Lwm;b()Ljava/lang/Object;
      named getValue Lnet/minecraft/util/IntHashMapEntry;getValue()Ljava/lang/Object;
    • equals

      public final boolean equals(Object object)
      Overrides:
      equals in class Object
      Mappings:
      Namespace Name Mixin selector
      intermediary equals Lnet/minecraft/class_232;equals(Ljava/lang/Object;)Z
      glue equals Lclass_553;equals(Ljava/lang/Object;)Z
      server equals Log;equals(Ljava/lang/Object;)Z
      client equals Lwm;equals(Ljava/lang/Object;)Z
      named equals Lnet/minecraft/util/IntHashMapEntry;equals(Ljava/lang/Object;)Z
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public final String toString()
      Overrides:
      toString in class Object