Package net.minecraft.util
Class IntHashMapEntry
java.lang.Object
net.minecraft.util.IntHashMapEntry
- Mappings:
Namespace Name intermediary net/minecraft/class_232glue class_553server ogclient wmnamed net/minecraft/util/IntHashMapEntry
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
key
final int key- Mappings:
Namespace Name Mixin selector intermediary field_2113Lnet/minecraft/class_232;field_2113:Iglue field_2335Lclass_553;field_2335:Iserver aLog;a:Iclient aLwm;a:Inamed keyLnet/minecraft/util/IntHashMapEntry;key:I
-
value
Object value- Mappings:
Namespace Name Mixin selector intermediary field_2114Lnet/minecraft/class_232;field_2114:Ljava/lang/Object;glue field_2336Lclass_553;field_2336:Ljava/lang/Object;server bLog;b:Ljava/lang/Object;client bLwm;b:Ljava/lang/Object;named valueLnet/minecraft/util/IntHashMapEntry;value:Ljava/lang/Object;
-
next
IntHashMapEntry next- Mappings:
Namespace Name Mixin selector intermediary field_2115Lnet/minecraft/class_232;field_2115:Lnet/minecraft/class_232;glue field_2337Lclass_553;field_2337:Lclass_553;server cLog;c:Log;client cLwm;c:Lwm;named nextLnet/minecraft/util/IntHashMapEntry;next:Lnet/minecraft/util/IntHashMapEntry;
-
hash
final int hash- Mappings:
Namespace Name Mixin selector intermediary field_2116Lnet/minecraft/class_232;field_2116:Iglue field_2338Lclass_553;field_2338:Iserver dLog;d:Iclient dLwm;d:Inamed hashLnet/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;)Vglue <init>Lclass_553;<init>(IILjava/lang/Object;Lclass_553;)Vserver <init>Log;<init>(IILjava/lang/Object;Log;)Vclient <init>Lwm;<init>(IILjava/lang/Object;Lwm;)Vnamed <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_1726Lnet/minecraft/class_232;method_1726()Iglue method_2005Lclass_553;method_2005()Iserver aLog;a()Iclient aLwm;a()Inamed getKeyLnet/minecraft/util/IntHashMapEntry;getKey()I
-
getValue
- Mappings:
Namespace Name Mixin selector intermediary method_1727Lnet/minecraft/class_232;method_1727()Ljava/lang/Object;glue method_2006Lclass_553;method_2006()Ljava/lang/Object;server bLog;b()Ljava/lang/Object;client bLwm;b()Ljava/lang/Object;named getValueLnet/minecraft/util/IntHashMapEntry;getValue()Ljava/lang/Object;
-
equals
- Overrides:
equalsin classObject- Mappings:
Namespace Name Mixin selector intermediary equalsLnet/minecraft/class_232;equals(Ljava/lang/Object;)Zglue equalsLclass_553;equals(Ljava/lang/Object;)Zserver equalsLog;equals(Ljava/lang/Object;)Zclient equalsLwm;equals(Ljava/lang/Object;)Znamed equalsLnet/minecraft/util/IntHashMapEntry;equals(Ljava/lang/Object;)Z
-
hashCode
public final int hashCode() -
toString
-