Uses of Interface
net.minecraft.core.IdMap
Packages that use IdMap
Package
Description
-
Uses of IdMap in net.minecraft.core
Classes in net.minecraft.core that implement IdMapMethods in net.minecraft.core that return IdMap -
Uses of IdMap in net.minecraft.util
Classes in net.minecraft.util that implement IdMap -
Uses of IdMap in net.minecraft.world.level.chunk
Fields in net.minecraft.world.level.chunk declared as IdMapModifier and TypeFieldDescriptionGlobalPalette.registryHashMapPalette.registryLinearPalette.registryPalettedContainer.registrySingleValuePalette.registryMethods in net.minecraft.world.level.chunk with parameters of type IdMapModifier and TypeMethodDescription(package private) <A> intPalettedContainer.Strategy.calculateBitsForSerialization(IdMap<A> p_188152_, int p_188153_) static <T> com.mojang.serialization.Codec<PalettedContainer<T>>PalettedContainer.codec(IdMap<T> p_188055_, com.mojang.serialization.Codec<T> p_188056_, PalettedContainer.Strategy p_188057_, T p_188058_) static <A> Palette<A>GlobalPalette.create(int p_187899_, IdMap<A> p_187900_, PaletteResize<A> p_187901_, List<A> p_187902_) static <A> Palette<A>HashMapPalette.create(int p_187913_, IdMap<A> p_187914_, PaletteResize<A> p_187915_, List<A> p_187916_) static <A> Palette<A>LinearPalette.create(int p_188020_, IdMap<A> p_188021_, PaletteResize<A> p_188022_, List<A> p_188023_) <A> Palette<A>Palette.Factory.create(int p_188027_, IdMap<A> p_188028_, PaletteResize<A> p_188029_, List<A> p_188030_) static <A> Palette<A>SingleValuePalette.create(int p_188214_, IdMap<A> p_188215_, PaletteResize<A> p_188216_, List<A> p_188217_) PalettedContainer.Configuration.createData(IdMap<T> p_188092_, PaletteResize<T> p_188093_, int p_188094_) abstract <A> PalettedContainer.Configuration<A>PalettedContainer.Strategy.getConfiguration(IdMap<A> p_188149_, int p_188150_) private static <T> com.mojang.serialization.DataResult<PalettedContainer<T>>PalettedContainer.read(IdMap<T> p_188068_, PalettedContainer.Strategy p_188069_, PalettedContainer.DiscData<T> p_188070_) private PalettedContainer.DiscData<T>PalettedContainer.write(IdMap<T> p_188065_, PalettedContainer.Strategy p_188066_) Constructors in net.minecraft.world.level.chunk with parameters of type IdMapModifierConstructorDescriptionGlobalPalette(IdMap<T> p_187897_) HashMapPalette(IdMap<T> p_187904_, int p_187905_, PaletteResize<T> p_187906_) HashMapPalette(IdMap<T> p_187908_, int p_187909_, PaletteResize<T> p_187910_, List<T> p_187911_) privateHashMapPalette(IdMap<T> p_199915_, int p_199916_, PaletteResize<T> p_199917_, CrudeIncrementalIntIdentityHashBiMap<T> p_199918_) privateLinearPalette(IdMap<T> p_188015_, int p_188016_, PaletteResize<T> p_188017_, List<T> p_188018_) privateLinearPalette(IdMap<T> p_199921_, T[] p_199922_, PaletteResize<T> p_199923_, int p_199924_, int p_199925_) PalettedContainer(IdMap<T> p_188035_, PalettedContainer.Strategy p_188036_, PalettedContainer.Configuration<T> p_188037_, BitStorage p_188038_, List<T> p_188039_) privatePalettedContainer(IdMap<T> p_199928_, PalettedContainer.Strategy p_199929_, PalettedContainer.Data<T> p_199930_) PalettedContainer(IdMap<T> p_188041_, T p_188042_, PalettedContainer.Strategy p_188043_) SingleValuePalette(IdMap<T> p_188207_, PaletteResize<T> p_188208_, List<T> p_188209_) -
Uses of IdMap in net.minecraftforge.registries
Classes in net.minecraftforge.registries that implement IdMapModifier and TypeClassDescriptionprivate static class(package private) classNamespacedDefaultedWrapper<T extends IForgeRegistryEntry<T>>(package private) classNamespacedWrapper<T extends IForgeRegistryEntry<T>>