Uses of Record Class
net.minecraft.util.filefix.fixes.LegacyStructureFileFix.LegacyStructureData
Packages that use LegacyStructureFileFix.LegacyStructureData
-
Uses of LegacyStructureFileFix.LegacyStructureData in net.minecraft.util.filefix.fixes
Fields in net.minecraft.util.filefix.fixes with type parameters of type LegacyStructureFileFix.LegacyStructureDataModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<LegacyStructureFileFix.LegacyStructureData> LegacyStructureFileFix.DimensionFixEntry.structuresThe field for thestructuresrecord component.Methods in net.minecraft.util.filefix.fixes that return types with arguments of type LegacyStructureFileFix.LegacyStructureDataModifier and TypeMethodDescriptionit.unimi.dsi.fastutil.longs.Long2ObjectOpenHashMap<LegacyStructureFileFix.LegacyStructureData> LegacyStructureFileFix.DimensionFixEntry.structures()Returns the value of thestructuresrecord component.Method parameters in net.minecraft.util.filefix.fixes with type arguments of type LegacyStructureFileFix.LegacyStructureDataModifier and TypeMethodDescriptionprivate static voidLegacyStructureFileFix.extractLegacyStructureData(com.mojang.serialization.Dynamic<Tag> structureData, it.unimi.dsi.fastutil.longs.Long2ObjectMap<LegacyStructureFileFix.LegacyStructureData> extractedDataContainer) private 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 LegacyStructureFileFix.LegacyStructureDataModifierConstructorDescriptionprivateDimensionFixEntry(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.