Uses of Class
net.minecraft.world.level.chunk.PalettedContainer
Packages that use PalettedContainer
Package
Description
-
Uses of PalettedContainer in net.minecraft.client.renderer.chunk
Fields in net.minecraft.client.renderer.chunk with type parameters of type PalettedContainerModifier and TypeFieldDescriptionprivate final List<PalettedContainer<BlockState>>RenderChunk.sections -
Uses of PalettedContainer in net.minecraft.world.level.chunk
Fields in net.minecraft.world.level.chunk declared as PalettedContainerModifier and TypeFieldDescriptionprivate final PalettedContainer<BlockState>LevelChunkSection.statesMethods in net.minecraft.world.level.chunk that return PalettedContainerModifier and TypeMethodDescriptionPalettedContainer.copy()LevelChunkSection.getStates()PalettedContainer.recreate()PalettedContainerRO.recreate()Methods in net.minecraft.world.level.chunk that return types with arguments of type PalettedContainerModifier and TypeMethodDescriptionstatic <T> com.mojang.serialization.Codec<PalettedContainer<T>>PalettedContainer.codecRW(IdMap<T> p_238372_, com.mojang.serialization.Codec<T> p_238373_, PalettedContainer.Strategy p_238374_, T p_238375_) private static <T> com.mojang.serialization.DataResult<PalettedContainer<T>>PalettedContainer.unpack(IdMap<T> p_188068_, PalettedContainer.Strategy p_188069_, PalettedContainerRO.PackedData<T> p_238258_) Constructors in net.minecraft.world.level.chunk with parameters of type PalettedContainerModifierConstructorDescriptionLevelChunkSection(int p_238255_, PalettedContainer<BlockState> p_238256_, PalettedContainerRO<Holder<Biome>> p_238257_) -
Uses of PalettedContainer in net.minecraft.world.level.chunk.storage
Fields in net.minecraft.world.level.chunk.storage with type parameters of type PalettedContainerModifier and TypeFieldDescriptionprivate static final com.mojang.serialization.Codec<PalettedContainer<BlockState>>ChunkSerializer.BLOCK_STATE_CODEC