Class IntObjectStorage.Entry<V>

java.lang.Object
net.minecraft.util.IntObjectStorage.Entry<V>
Enclosing class:
IntObjectStorage<V>

static class IntObjectStorage.Entry<V>
extends Object
Mappings:
Namespace Name
official nm$a
intermediary net/minecraft/class_1697$class_1698
named net/minecraft/util/IntObjectStorage$Entry
  • Field Details

    • key

      final int key
      Mappings:
      Namespace Name Mixin selector
      official a Lnm$a;a:I
      intermediary field_7127 Lnet/minecraft/class_1697$class_1698;field_7127:I
      named key Lnet/minecraft/util/IntObjectStorage$Entry;key:I
    • value

      V value
      Mappings:
      Namespace Name Mixin selector
      official b Lnm$a;b:Ljava/lang/Object;
      intermediary field_7128 Lnet/minecraft/class_1697$class_1698;field_7128:Ljava/lang/Object;
      named value Lnet/minecraft/util/IntObjectStorage$Entry;value:Ljava/lang/Object;
    • next

      Mappings:
      Namespace Name Mixin selector
      official c Lnm$a;c:Lnm$a;
      intermediary field_7129 Lnet/minecraft/class_1697$class_1698;field_7129:Lnet/minecraft/class_1697$class_1698;
      named next Lnet/minecraft/util/IntObjectStorage$Entry;next:Lnet/minecraft/util/IntObjectStorage$Entry;
    • hash

      final int hash
      Mappings:
      Namespace Name Mixin selector
      official d Lnm$a;d:I
      intermediary field_7130 Lnet/minecraft/class_1697$class_1698;field_7130:I
      named hash Lnet/minecraft/util/IntObjectStorage$Entry;hash:I
  • Constructor Details

    • Entry

      Entry​(int hash, int key, V value, IntObjectStorage.Entry<V> next)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lnm$a;<init>(IILjava/lang/Object;Lnm$a;)V
      intermediary <init> Lnet/minecraft/class_1697$class_1698;<init>(IILjava/lang/Object;Lnet/minecraft/class_1697$class_1698;)V
      named <init> Lnet/minecraft/util/IntObjectStorage$Entry;<init>(IILjava/lang/Object;Lnet/minecraft/util/IntObjectStorage$Entry;)V
  • Method Details

    • getKey

      public final int getKey()
      Mappings:
      Namespace Name Mixin selector
      official a Lnm$a;a()I
      intermediary method_6595 Lnet/minecraft/class_1697$class_1698;method_6595()I
      named getKey Lnet/minecraft/util/IntObjectStorage$Entry;getKey()I
    • getValue

      public final V getValue()
      Mappings:
      Namespace Name Mixin selector
      official b Lnm$a;b()Ljava/lang/Object;
      intermediary method_6596 Lnet/minecraft/class_1697$class_1698;method_6596()Ljava/lang/Object;
      named getValue Lnet/minecraft/util/IntObjectStorage$Entry;getValue()Ljava/lang/Object;
    • equals

      public final boolean equals​(Object object)
      Overrides:
      equals in class Object
      Mappings:
      Namespace Name Mixin selector
      official equals Lnm$a;equals(Ljava/lang/Object;)Z
      intermediary equals Lnet/minecraft/class_1697$class_1698;equals(Ljava/lang/Object;)Z
      named equals Lnet/minecraft/util/IntObjectStorage$Entry;equals(Ljava/lang/Object;)Z
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object
      Mappings:
      Namespace Name Mixin selector
      official hashCode Lnm$a;hashCode()I
      intermediary hashCode Lnet/minecraft/class_1697$class_1698;hashCode()I
      named hashCode Lnet/minecraft/util/IntObjectStorage$Entry;hashCode()I
    • toString

      public final String toString()
      Overrides:
      toString in class Object
      Mappings:
      Namespace Name Mixin selector
      official toString Lnm$a;toString()Ljava/lang/String;
      intermediary toString Lnet/minecraft/class_1697$class_1698;toString()Ljava/lang/String;
      named toString Lnet/minecraft/util/IntObjectStorage$Entry;toString()Ljava/lang/String;