Uses of Class
net.minecraft.util.filefix.access.ChunkNbt
Packages that use ChunkNbt
-
Uses of ChunkNbt in net.minecraft.util.filefix.access
Methods in net.minecraft.util.filefix.access that return types with arguments of type ChunkNbtModifier and TypeMethodDescriptionstatic FileResourceType<ChunkNbt> FileResourceTypes.chunk(DataFixTypes type, RegionStorageInfo info) -
Uses of ChunkNbt in net.minecraft.util.filefix.fixes
Fields in net.minecraft.util.filefix.fixes with type parameters of type ChunkNbtModifier and TypeFieldDescriptionprivate final FileAccess<ChunkNbt> LegacyStructureFileFix.DimensionFixEntry.chunkFileAccessThe field for thechunkFileAccessrecord component.Methods in net.minecraft.util.filefix.fixes that return types with arguments of type ChunkNbtModifier and TypeMethodDescriptionLegacyStructureFileFix.DimensionFixEntry.chunkFileAccess()Returns the value of thechunkFileAccessrecord component.Methods in net.minecraft.util.filefix.fixes with parameters of type ChunkNbtModifier and TypeMethodDescriptionprivate static voidLegacyStructureFileFix.storeLegacyStructureDataToChunks(it.unimi.dsi.fastutil.longs.Long2ObjectMap<LegacyStructureFileFix.LegacyStructureData> structures, ChunkNbt chunksAccess, CompoundTag dataFixContext, UpgradeProgress upgradeProgress) Constructor parameters in net.minecraft.util.filefix.fixes with type arguments of type ChunkNbtModifierConstructorDescriptionprivateDimensionFixEntry(ResourceKey<Level> dimensionKey, List<FileAccess<SavedDataNbt>> structureFileAccess, FileAccess<ChunkNbt> chunkFileAccess, it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<LegacyStructureFileFix.LegacyStructureData> structures) Creates an instance of aDimensionFixEntryrecord class.