Package net.minecraft.core
Class IdMapper<T>
java.lang.Object
net.minecraft.core.IdMapper<T>
- Direct Known Subclasses:
- NeoForgeRegistryCallbacks.BlockCallbacks.ClearableObjectIntIdentityMap
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected intprotected final it.unimi.dsi.fastutil.objects.Reference2IntMap<T>
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.core.IdMapbyIdOrThrowMethods inherited from interface java.lang.IterableforEach, spliterator
- 
Field Details- 
nextIdprotected int nextId
- 
tToId
- 
idToT
 
- 
- 
Constructor Details- 
IdMapperpublic IdMapper()
- 
IdMapperpublic IdMapper(int p_122658_) 
 
- 
- 
Method Details