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.biomesMethods in net.minecraft.world.level.chunk with type parameters of type PalettedContainerROModifier and TypeMethodDescriptionprivate static <T,C extends PalettedContainerRO<T>>
com.mojang.serialization.Codec<C> PalettedContainer.codec(IdMap<T> pRegistry, com.mojang.serialization.Codec<T> pCodec, PalettedContainer.Strategy pStrategy, T pValue, PalettedContainerRO.Unpacker<T, C> pUnpacker) 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 TypeMethodDescriptionstatic <T> com.mojang.serialization.Codec<PalettedContainerRO<T>> PalettedContainer.codecRO(IdMap<T> pRegistry, com.mojang.serialization.Codec<T> pCodec, PalettedContainer.Strategy pStrategy, T pValue) Constructors in net.minecraft.world.level.chunk with parameters of type PalettedContainerROModifierConstructorDescriptionLevelChunkSection(PalettedContainer<BlockState> pStates, PalettedContainerRO<Holder<Biome>> pBiomes) -
Uses of PalettedContainerRO in net.minecraft.world.level.chunk.storage
Methods in net.minecraft.world.level.chunk.storage that return types with arguments of type PalettedContainerROModifier and TypeMethodDescriptionprivate static com.mojang.serialization.Codec<PalettedContainerRO<Holder<Biome>>> SerializableChunkData.makeBiomeCodec(Registry<Biome> pBiomeRegistry)