Uses of Interface
net.minecraft.world.chunk.ReadableContainer
Packages that use ReadableContainer
Package
Description
The base package for all Minecraft classes.
-
Uses of ReadableContainer in net.minecraft
Fields in net.minecraft with type parameters of type ReadableContainerModifier and TypeFieldDescriptionprivate final com.mojang.serialization.Codec<ReadableContainer<RegistryEntry<Biome>>> class_11897.biomeContainerCodecThe field for thebiomeContainerCodecrecord component.Methods in net.minecraft that return types with arguments of type ReadableContainerModifier and TypeMethodDescriptioncom.mojang.serialization.Codec<ReadableContainer<RegistryEntry<Biome>>> class_11897.biomeContainerCodec()Returns the value of thebiomeContainerCodecrecord component. -
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.biomeContainerMethods 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> codec, PaletteProvider<T> paletteProvider, T t, 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(com.mojang.serialization.Codec<T> codec, PaletteProvider<T> paletteProvider, T t) Constructors in net.minecraft.world.chunk with parameters of type ReadableContainerModifierConstructorDescriptionChunkSection(PalettedContainer<BlockState> blockStateContainer, ReadableContainer<RegistryEntry<Biome>> biomeContainer)