Uses of Interface
net.minecraft.world.chunk.ReadableContainer
Packages that use ReadableContainer
-
Uses of ReadableContainer in net.minecraft.world
Methods in net.minecraft.world that return types with arguments of type ReadableContainerModifier and TypeMethodDescriptionprivate static com.mojang.serialization.Codec
<ReadableContainer<RegistryEntry<Biome>>> ChunkSerializer.createCodec
(Registry<Biome> biomeRegistry) -
Uses of ReadableContainer in net.minecraft.world.chunk
Classes in net.minecraft.world.chunk with type parameters of type ReadableContainerModifier and TypeInterfaceDescriptionstatic interface
ReadableContainer.Reader<T,
C extends ReadableContainer<T>> Classes in net.minecraft.world.chunk that implement ReadableContainerModifier and TypeClassDescriptionclass
A 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.biomeContainer
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
(IndexedIterable<T> idList, com.mojang.serialization.Codec<T> entryCodec, PalettedContainer.PaletteProvider 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 TypeMethodDescriptionstatic <T> com.mojang.serialization.Codec
<ReadableContainer<T>> PalettedContainer.createReadableContainerCodec
(IndexedIterable<T> idList, com.mojang.serialization.Codec<T> entryCodec, PalettedContainer.PaletteProvider paletteProvider, T defaultValue) Constructors in net.minecraft.world.chunk with parameters of type ReadableContainerModifierConstructorDescriptionChunkSection
(PalettedContainer<BlockState> blockStateContainer, ReadableContainer<RegistryEntry<Biome>> biomeContainer)