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()PalettedContainerRO.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> pRegistry, com.mojang.serialization.Codec<T> pCodec, PalettedContainer.Strategy pStrategy, T pValue) private static <T> com.mojang.serialization.DataResult<PalettedContainer<T>> PalettedContainer.unpack(IdMap<T> pRegistry, PalettedContainer.Strategy pStrategy, PalettedContainerRO.PackedData<T> pPackedData) Constructors in net.minecraft.world.level.chunk with parameters of type PalettedContainerModifierConstructorDescriptionLevelChunkSection(PalettedContainer<BlockState> pStates, PalettedContainerRO<Holder<Biome>> pBiomes) privatePalettedContainer(PalettedContainer<T> pOther) -
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>> SerializableChunkData.BLOCK_STATE_CODEC