Uses of Record Class
net.minecraft.world.chunk.PalettesFactory
Packages that use PalettesFactory
-
Uses of PalettesFactory in net.minecraft.world
Fields in net.minecraft.world declared as PalettesFactoryMethods in net.minecraft.world that return PalettesFactory -
Uses of PalettesFactory in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk declared as PalettesFactoryModifier and TypeFieldDescriptionprivate final PalettesFactorySerializedChunk.containerFactoryThe field for thecontainerFactoryrecord component.Methods in net.minecraft.world.chunk that return PalettesFactoryModifier and TypeMethodDescriptionSerializedChunk.containerFactory()Returns the value of thecontainerFactoryrecord component.static PalettesFactoryPalettesFactory.fromRegistryManager(DynamicRegistryManager registryManager) Methods in net.minecraft.world.chunk with parameters of type PalettesFactoryModifier and TypeMethodDescriptionprivate static voidChunk.fillSectionArray(PalettesFactory palettesFactory, ChunkSection[] sectionArray) static @Nullable SerializedChunkSerializedChunk.fromNbt(HeightLimitView world, PalettesFactory palettesFactory, NbtCompound nbt) Constructors in net.minecraft.world.chunk with parameters of type PalettesFactoryModifierConstructorDescriptionChunk(ChunkPos pos, UpgradeData upgradeData, HeightLimitView heightLimitView, PalettesFactory palettesFactory, long inhabitedTime, @Nullable ChunkSection[] sectionArray, @Nullable BlendingData blendingData) ChunkSection(PalettesFactory palettesFactory) ProtoChunk(ChunkPos pos, UpgradeData upgradeData, @Nullable ChunkSection[] sections, SimpleTickScheduler<Block> blockTickScheduler, SimpleTickScheduler<Fluid> fluidTickScheduler, HeightLimitView world, PalettesFactory palettesFactory, @Nullable BlendingData blendingData) ProtoChunk(ChunkPos pos, UpgradeData upgradeData, HeightLimitView world, PalettesFactory palettesFactory, @Nullable BlendingData blendingData) SerializedChunk(PalettesFactory palettesFactory, ChunkPos chunkPos, int int2, long long2, long long3, ChunkStatus chunkStatus, BlendingData.Serialized serialized, @Nullable BelowZeroRetrogen belowZeroRetrogen, UpgradeData upgradeData, @org.jetbrains.annotations.Nullable long[] long4, Map<Heightmap.Type, long[]> map, Chunk.TickSchedulers tickSchedulers, ShortList[] shortList, boolean bool, List<SerializedChunk.SectionData> list, List<NbtCompound> list2, List<NbtCompound> list3, NbtCompound nbtCompound)