Package net.minecraft.util.collection
Class Class2IntMap
java.lang.Object
net.minecraft.util.collection.Class2IntMap
A map with 
Classes as keys and an integer as values.
 If the entry for the provided class does not exist, then it recursively checks
 their superclasses.- Mappings:
 Namespace Name named net/minecraft/util/collection/Class2IntMapintermediary net/minecraft/class_9227official axg
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
MISSING
public static final int MISSING- See Also:
 - Mappings:
 Namespace Name Mixin selector named MISSINGLnet/minecraft/util/collection/Class2IntMap;MISSING:Iintermediary field_49052Lnet/minecraft/class_9227;field_49052:Iofficial aLaxg;a:I
 - 
backingMap
- Mappings:
 Namespace Name Mixin selector named backingMapLnet/minecraft/util/collection/Class2IntMap;backingMap:Lit/unimi/dsi/fastutil/objects/Object2IntMap;intermediary field_49053Lnet/minecraft/class_9227;field_49053:Lit/unimi/dsi/fastutil/objects/Object2IntMap;official bLaxg;b:Lit/unimi/dsi/fastutil/objects/Object2IntMap;
 
 - 
 - 
Constructor Details
- 
Class2IntMap
public Class2IntMap() 
 - 
 - 
Method Details
- 
get
- Mappings:
 Namespace Name Mixin selector named getLnet/minecraft/util/collection/Class2IntMap;get(Ljava/lang/Class;)Iintermediary method_56939Lnet/minecraft/class_9227;method_56939(Ljava/lang/Class;)Iofficial aLaxg;a(Ljava/lang/Class;)I
 - 
getNext
- Mappings:
 Namespace Name Mixin selector named getNextLnet/minecraft/util/collection/Class2IntMap;getNext(Ljava/lang/Class;)Iintermediary method_56940Lnet/minecraft/class_9227;method_56940(Ljava/lang/Class;)Iofficial bLaxg;b(Ljava/lang/Class;)I
 - 
put
- Mappings:
 Namespace Name Mixin selector named putLnet/minecraft/util/collection/Class2IntMap;put(Ljava/lang/Class;)Iintermediary method_56941Lnet/minecraft/class_9227;method_56941(Ljava/lang/Class;)Iofficial cLaxg;c(Ljava/lang/Class;)I
 
 -