Uses of Class
net.minecraft.util.collection.Int2ObjectBiMap
Packages that use Int2ObjectBiMap
Package
Description
-
Uses of Int2ObjectBiMap in net.minecraft.datafixer.fix
Fields in net.minecraft.datafixer.fix declared as Int2ObjectBiMapModifier and TypeFieldDescriptionprivate final Int2ObjectBiMap<com.mojang.serialization.Dynamic<?>>
ChunkPalettedStorageFix.Section.paletteMap
Methods in net.minecraft.datafixer.fix with parameters of type Int2ObjectBiMapModifier and TypeMethodDescriptionstatic int
ChunkPalettedStorageFix.addTo
(Int2ObjectBiMap<com.mojang.serialization.Dynamic<?>> int2ObjectBiMap, com.mojang.serialization.Dynamic<?> dynamic) -
Uses of Int2ObjectBiMap in net.minecraft.entity.data
Fields in net.minecraft.entity.data declared as Int2ObjectBiMapModifier and TypeFieldDescriptionprivate static final Int2ObjectBiMap<TrackedDataHandler<?>>
TrackedDataHandlerRegistry.DATA_HANDLERS
-
Uses of Int2ObjectBiMap in net.minecraft.util.collection
Methods in net.minecraft.util.collection that return Int2ObjectBiMapModifier and TypeMethodDescriptionInt2ObjectBiMap.copy()
static <A> Int2ObjectBiMap<A>
Int2ObjectBiMap.create
(int expectedSize) -
Uses of Int2ObjectBiMap in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk declared as Int2ObjectBiMapConstructors in net.minecraft.world.chunk with parameters of type Int2ObjectBiMapModifierConstructorDescriptionprivate
BiMapPalette
(IndexedIterable<T> idList, int indexBits, PaletteResizeListener<T> listener, Int2ObjectBiMap<T> map)