Package net.minecraft.core
Class IdMapper<T>
java.lang.Object
net.minecraft.core.IdMapper<T>
- Direct Known Subclasses:
GameData.ClearableObjectIntIdentityMap
-
Field Summary
Modifier and TypeFieldDescriptionprotected int
protected final it.unimi.dsi.fastutil.objects.Object2IntMap<T>
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.core.IdMap
byIdOrThrow
Methods 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