Uses of Class
net.minecraft.util.collection.Int2ObjectBiMap
Packages that use Int2ObjectBiMap
Package
Description
- 
Uses of Int2ObjectBiMap in net.minecraft.datafixer.fixFields in net.minecraft.datafixer.fix declared as Int2ObjectBiMapModifier and TypeFieldDescriptionprivate final Int2ObjectBiMap<com.mojang.serialization.Dynamic<?>> ChunkPalettedStorageFix.Section.paletteMapMethods in net.minecraft.datafixer.fix with parameters of type Int2ObjectBiMapModifier and TypeMethodDescriptionstatic intChunkPalettedStorageFix.addTo(Int2ObjectBiMap<com.mojang.serialization.Dynamic<?>> int2ObjectBiMap, com.mojang.serialization.Dynamic<?> dynamic) 
- 
Uses of Int2ObjectBiMap in net.minecraft.entity.dataFields in net.minecraft.entity.data declared as Int2ObjectBiMapModifier and TypeFieldDescriptionprivate static final Int2ObjectBiMap<TrackedDataHandler<?>> TrackedDataHandlerRegistry.DATA_HANDLERS
- 
Uses of Int2ObjectBiMap in net.minecraft.util.collectionMethods 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.chunkFields in net.minecraft.world.chunk declared as Int2ObjectBiMapConstructors in net.minecraft.world.chunk with parameters of type Int2ObjectBiMapModifierConstructorDescriptionprivateBiMapPalette(IndexedIterable<T> idList, int indexBits, PaletteResizeListener<T> listener, Int2ObjectBiMap<T> map)