Uses of Interface
net.minecraft.world.chunk.ReadableContainer
Packages that use ReadableContainer
-
Uses of ReadableContainer in net.minecraft.world.chunk
Classes in net.minecraft.world.chunk with type parameters of type ReadableContainerModifier and TypeInterfaceDescriptionstatic interfaceReadableContainer.Reader<T,C extends ReadableContainer<T>> Classes in net.minecraft.world.chunk that implement ReadableContainerModifier and TypeClassDescriptionclassA paletted container stores objects in 3D voxels as small integer indices, governed by "palettes" that map between these objects and indices.Fields in net.minecraft.world.chunk declared as ReadableContainerModifier and TypeFieldDescriptionprivate ReadableContainer<RegistryEntry<Biome>> ChunkSection.biomeContainerFields in net.minecraft.world.chunk with type parameters of type ReadableContainerModifier and TypeFieldDescriptionprivate final com.mojang.serialization.Codec<ReadableContainer<RegistryEntry<Biome>>> PalettesFactory.biomeContainerCodecThe field for thebiomeContainerCodecrecord component.Methods in net.minecraft.world.chunk with type parameters of type ReadableContainerModifier and TypeMethodDescriptionprivate static <T,C extends ReadableContainer<T>>
com.mojang.serialization.Codec<C> PalettedContainer.createCodec(com.mojang.serialization.Codec<T> entryCodec, PaletteProvider<T> provider, T defaultValue, ReadableContainer.Reader<T, C> reader) Creates a codec for a paletted container with a specific palette provider.Methods in net.minecraft.world.chunk that return ReadableContainerMethods in net.minecraft.world.chunk that return types with arguments of type ReadableContainerModifier and TypeMethodDescriptioncom.mojang.serialization.Codec<ReadableContainer<RegistryEntry<Biome>>> PalettesFactory.biomeContainerCodec()Returns the value of thebiomeContainerCodecrecord component.static <T> com.mojang.serialization.Codec<ReadableContainer<T>> PalettedContainer.createReadableContainerCodec(com.mojang.serialization.Codec<T> entryCodec, PaletteProvider<T> provider, T defaultValue) Constructors in net.minecraft.world.chunk with parameters of type ReadableContainerModifierConstructorDescriptionChunkSection(PalettedContainer<BlockState> blockStateContainer, ReadableContainer<RegistryEntry<Biome>> biomeContainer)