Uses of Class
net.minecraft.util.collection.Int2ObjectBiMap
Package
Description
-
Uses of Int2ObjectBiMap in net.minecraft.datafixer.fix
Modifier and TypeFieldDescriptionprivate final Int2ObjectBiMap<com.mojang.serialization.Dynamic<?>>
ChunkPalettedStorageFix.Section.paletteMap
Modifier and TypeMethodDescriptionstatic int
ChunkPalettedStorageFix.addTo
(Int2ObjectBiMap<com.mojang.serialization.Dynamic<?>> int2ObjectBiMap, com.mojang.serialization.Dynamic<?> dynamic) -
Uses of Int2ObjectBiMap in net.minecraft.entity.data
Modifier and TypeFieldDescriptionprivate static final Int2ObjectBiMap<TrackedDataHandler<?>>
TrackedDataHandlerRegistry.DATA_HANDLERS
-
Uses of Int2ObjectBiMap in net.minecraft.util.collection
Modifier and TypeMethodDescriptionInt2ObjectBiMap.copy()
static <A> Int2ObjectBiMap<A>
Int2ObjectBiMap.create
(int expectedSize) -
Uses of Int2ObjectBiMap in net.minecraft.world.chunk
ModifierConstructorDescriptionprivate
BiMapPalette
(IndexedIterable<T> idList, int indexBits, PaletteResizeListener<T> listener, Int2ObjectBiMap<T> map)