Package net.minecraft.core
Class IdMapper<T>
java.lang.Object
net.minecraft.core.IdMapper<T>
- Direct Known Subclasses:
 GameData.ClearableObjectIntIdentityMap
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected final it.unimi.dsi.fastutil.objects.Object2IntMap<T> - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.core.IdMap
byIdOrThrowMethods inherited from interface java.lang.Iterable
forEach, spliterator 
- 
Field Details
- 
nextId
protected int nextId - 
tToId
 - 
idToT
 
 - 
 - 
Constructor Details
- 
IdMapper
public IdMapper() - 
IdMapper
public IdMapper(int p_122658_)  
 - 
 - 
Method Details