Uses of Class
net.minecraft.world.chunk.PalettedContainer
Packages that use PalettedContainer
-
Uses of PalettedContainer in net.minecraft.client.render.chunk
Fields in net.minecraft.client.render.chunk declared as PalettedContainerModifier and TypeFieldDescriptionprivate final @Nullable PalettedContainer<BlockState> RenderedChunk.blockPalette -
Uses of PalettedContainer in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk declared as PalettedContainerModifier and TypeFieldDescriptionprivate final PalettedContainer<BlockState> ChunkSection.blockStateContainerFields in net.minecraft.world.chunk with type parameters of type PalettedContainerModifier and TypeFieldDescriptionprivate final com.mojang.serialization.Codec<PalettedContainer<BlockState>> PalettesFactory.blockStatesContainerCodecThe field for theblockStatesContainerCodecrecord component.Methods in net.minecraft.world.chunk that return PalettedContainerModifier and TypeMethodDescriptionPalettedContainer.copy()ReadableContainer.copy()PalettesFactory.getBiomeContainer()ChunkSection.getBlockStateContainer()PalettesFactory.getBlockStateContainer()PalettedContainer.slice()ReadableContainer.slice()Methods in net.minecraft.world.chunk that return types with arguments of type PalettedContainerModifier and TypeMethodDescriptioncom.mojang.serialization.Codec<PalettedContainer<BlockState>> PalettesFactory.blockStatesContainerCodec()Returns the value of theblockStatesContainerCodecrecord component.static <T> com.mojang.serialization.Codec<PalettedContainer<T>> PalettedContainer.createPalettedContainerCodec(com.mojang.serialization.Codec<T> entryCodec, PaletteProvider<T> provider, T defaultValue) static <T> com.mojang.serialization.DataResult<PalettedContainer<T>> PalettedContainer.read(PaletteProvider<T> provider, ReadableContainer.Serialized<T> serialized) Constructors in net.minecraft.world.chunk with parameters of type PalettedContainerModifierConstructorDescriptionChunkSection(PalettedContainer<BlockState> blockStateContainer, ReadableContainer<RegistryEntry<Biome>> biomeContainer) privatePalettedContainer(PalettedContainer<T> container) Constructor parameters in net.minecraft.world.chunk with type arguments of type PalettedContainerModifierConstructorDescriptionPalettesFactory(PaletteProvider<BlockState> paletteProvider, BlockState blockState, com.mojang.serialization.Codec<PalettedContainer<BlockState>> codec, PaletteProvider<RegistryEntry<Biome>> paletteProvider2, RegistryEntry<Biome> registryEntry, com.mojang.serialization.Codec<ReadableContainer<RegistryEntry<Biome>>> codec2)