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 with type parameters of type PalettedContainerModifier and TypeFieldDescriptionprivate final @Nullable List
<PalettedContainer<BlockState>> RenderedChunk.blockStateContainers
-
Uses of PalettedContainer in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk declared as PalettedContainerModifier and TypeFieldDescriptionprivate final PalettedContainer
<BlockState> ChunkSection.blockStateContainer
Fields in net.minecraft.world.chunk with type parameters of type PalettedContainerModifier and TypeFieldDescriptionprivate static final com.mojang.serialization.Codec
<PalettedContainer<BlockState>> SerializedChunk.CODEC
Methods in net.minecraft.world.chunk that return PalettedContainerModifier and TypeMethodDescriptionPalettedContainer.copy()
ReadableContainer.copy()
ChunkSection.getBlockStateContainer()
PalettedContainer.slice()
ReadableContainer.slice()
Methods in net.minecraft.world.chunk that return types with arguments of type PalettedContainerModifier and TypeMethodDescriptionstatic <T> com.mojang.serialization.Codec
<PalettedContainer<T>> PalettedContainer.createPalettedContainerCodec
(IndexedIterable<T> idList, com.mojang.serialization.Codec<T> entryCodec, PalettedContainer.PaletteProvider paletteProvider, T defaultValue) private static <T> com.mojang.serialization.DataResult
<PalettedContainer<T>> PalettedContainer.read
(IndexedIterable<T> idList, PalettedContainer.PaletteProvider paletteProvider, ReadableContainer.Serialized<T> serialized) Constructors in net.minecraft.world.chunk with parameters of type PalettedContainerModifierConstructorDescriptionChunkSection
(PalettedContainer<BlockState> blockStateContainer, ReadableContainer<RegistryEntry<Biome>> biomeContainer) private
PalettedContainer
(PalettedContainer<T> container)