Uses of Interface
net.minecraft.world.chunk.Palette
Packages that use Palette
-
Uses of Palette in net.minecraft.world.chunk
Classes in net.minecraft.world.chunk that implement PaletteFields in net.minecraft.world.chunk declared as PaletteModifier and TypeFieldDescriptionPalettedContainer.fallbackPalette
PalettedContainer.palette
private static Palette<BlockState>
ChunkSection.PALETTE
Constructors in net.minecraft.world.chunk with parameters of type PaletteModifierConstructorDescriptionPalettedContainer(Palette<T> palette, IdList<T> idList, Function<NbtCompound,T> elementDeserializer, Function<T,NbtCompound> elementSerializer, T defaultElement)