Uses of Interface
net.minecraft.world.level.chunk.PalettedContainerRO
Packages that use PalettedContainerRO
-
Uses of PalettedContainerRO in net.minecraft.world.level.chunk
Classes in net.minecraft.world.level.chunk with type parameters of type PalettedContainerROModifier and TypeInterfaceDescriptionstatic interfacePalettedContainerRO.Unpacker<T, C extends PalettedContainerRO<T>>Classes in net.minecraft.world.level.chunk that implement PalettedContainerROFields in net.minecraft.world.level.chunk declared as PalettedContainerROModifier and TypeFieldDescriptionprivate PalettedContainerRO<Holder<Biome>> LevelChunkSection.biomesFields in net.minecraft.world.level.chunk with type parameters of type PalettedContainerROModifier and TypeFieldDescriptionprivate final Codec<PalettedContainerRO<Holder<Biome>>> PalettedContainerFactory.biomeContainerCodecThe field for thebiomeContainerCodecrecord component.Methods in net.minecraft.world.level.chunk with type parameters of type PalettedContainerROModifier and TypeMethodDescriptionprivate static <T, C extends PalettedContainerRO<T>>
Codec<C> PalettedContainer.codec(Codec<T> elementCodec, Strategy<T> strategy, T defaultValue, PalettedContainerRO.Unpacker<T, C> unpacker) Methods in net.minecraft.world.level.chunk that return PalettedContainerROMethods in net.minecraft.world.level.chunk that return types with arguments of type PalettedContainerROModifier and TypeMethodDescriptionPalettedContainerFactory.biomeContainerCodec()Returns the value of thebiomeContainerCodecrecord component.static <T> Codec<PalettedContainerRO<T>> Constructors in net.minecraft.world.level.chunk with parameters of type PalettedContainerROModifierConstructorDescriptionLevelChunkSection(PalettedContainer<BlockState> states, PalettedContainerRO<Holder<Biome>> biomes)