Package net.minecraft.util.collection
Class IntObjectStorage.Entry<V>
java.lang.Object
net.minecraft.util.collection.IntObjectStorage.Entry<V>
- Enclosing class:
- IntObjectStorage<V>
- Mappings:
Namespace Name official nm$aintermediary net/minecraft/class_833$class_834named net/minecraft/util/collection/IntObjectStorage$Entry
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
final int key- Mappings:
Namespace Name Mixin selector official aLnm$a;a:Iintermediary field_3072Lnet/minecraft/class_833$class_834;field_3072:Inamed keyLnet/minecraft/util/collection/IntObjectStorage$Entry;key:I
-
value
V value- Mappings:
Namespace Name Mixin selector official bLnm$a;b:Ljava/lang/Object;intermediary field_3073Lnet/minecraft/class_833$class_834;field_3073:Ljava/lang/Object;named valueLnet/minecraft/util/collection/IntObjectStorage$Entry;value:Ljava/lang/Object;
-
next
IntObjectStorage.Entry<V> next- Mappings:
Namespace Name Mixin selector official cLnm$a;c:Lnm$a;intermediary field_3074Lnet/minecraft/class_833$class_834;field_3074:Lnet/minecraft/class_833$class_834;named nextLnet/minecraft/util/collection/IntObjectStorage$Entry;next:Lnet/minecraft/util/collection/IntObjectStorage$Entry;
-
hash
final int hash- Mappings:
Namespace Name Mixin selector official dLnm$a;d:Iintermediary field_3075Lnet/minecraft/class_833$class_834;field_3075:Inamed hashLnet/minecraft/util/collection/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;)Vintermediary <init>Lnet/minecraft/class_833$class_834;<init>(IILjava/lang/Object;Lnet/minecraft/class_833$class_834;)Vnamed <init>Lnet/minecraft/util/collection/IntObjectStorage$Entry;<init>(IILjava/lang/Object;Lnet/minecraft/util/collection/IntObjectStorage$Entry;)V
-
-
Method Details
-
getKey
public final int getKey()- Mappings:
Namespace Name Mixin selector official aLnm$a;a()Iintermediary method_2315Lnet/minecraft/class_833$class_834;method_2315()Inamed getKeyLnet/minecraft/util/collection/IntObjectStorage$Entry;getKey()I
-
getValue
- Mappings:
Namespace Name Mixin selector official bLnm$a;b()Ljava/lang/Object;intermediary method_2316Lnet/minecraft/class_833$class_834;method_2316()Ljava/lang/Object;named getValueLnet/minecraft/util/collection/IntObjectStorage$Entry;getValue()Ljava/lang/Object;
-
equals
- Overrides:
equalsin classObject- Mappings:
Namespace Name Mixin selector official equalsLnm$a;equals(Ljava/lang/Object;)Zintermediary equalsLnet/minecraft/class_833$class_834;equals(Ljava/lang/Object;)Znamed equalsLnet/minecraft/util/collection/IntObjectStorage$Entry;equals(Ljava/lang/Object;)Z
-
hashCode
public final int hashCode() -
toString
- Overrides:
toStringin classObject- Mappings:
Namespace Name Mixin selector official toStringLnm$a;toString()Ljava/lang/String;intermediary toStringLnet/minecraft/class_833$class_834;toString()Ljava/lang/String;named toStringLnet/minecraft/util/collection/IntObjectStorage$Entry;toString()Ljava/lang/String;
-