You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/main/java/net/fabricmc/mappingio/format/MappingFormat.java
+2-12
Original file line number
Diff line number
Diff line change
@@ -116,8 +116,6 @@ public enum MappingFormat {
116
116
117
117
/**
118
118
* The {@code SRG} ("Searge RetroGuard") mapping format, as specified <a href="https://github.com/MinecraftForge/SrgUtils/blob/67f30647ece29f18256ca89a23cda6216d6bd21e/src/main/java/net/minecraftforge/srgutils/InternalUtils.java#L69-L81">here</a>.
119
-
*
120
-
* @implNote Package mappings are currently not supported.
* The {@code XSRG} ("Extended SRG") mapping format, as specified <a href="https://github.com/MinecraftForge/SrgUtils/blob/67f30647ece29f18256ca89a23cda6216d6bd21e/src/main/java/net/minecraftforge/srgutils/InternalUtils.java#L69-L84">here</a>.
142
140
*
143
141
* <p>Same as SRG, but with field descriptors.
144
-
*
145
-
* @implNote Package mappings are currently not supported.
* The {@code CSRG} ("Compact SRG", since it saves disk space over SRG) mapping format, as specified <a href="https://github.com/MinecraftForge/SrgUtils/blob/67f30647ece29f18256ca89a23cda6216d6bd21e/src/main/java/net/minecraftforge/srgutils/InternalUtils.java#L196-L207">here</a>.
170
-
*
171
-
* @implNote Package mappings are currently not supported.
* The {@code TSRG} ("Tiny SRG", since it saves disk space over SRG) mapping format, as specified <a href="https://github.com/MinecraftForge/SrgUtils/blob/67f30647ece29f18256ca89a23cda6216d6bd21e/src/main/java/net/minecraftforge/srgutils/InternalUtils.java#L196-L213">here</a>.
179
173
*
180
174
* <p>Same as CSRG, but hierarchical instead of flat.
181
-
*
182
-
* @implNote Package mappings are currently not supported.
* The {@code TSRG v2} mapping format, as specified <a href="https://github.com/MinecraftForge/SrgUtils/blob/67f30647ece29f18256ca89a23cda6216d6bd21e/src/main/java/net/minecraftforge/srgutils/InternalUtils.java#L262-L285">here</a>.
188
180
*
189
-
* @implNote Package mappings and static markers for methods are currently not supported.
181
+
* @implNote Static method markers are currently not supported.
* The IntelliJ IDEA migration map format, as implemented <a href="https://github.com/JetBrains/intellij-community/tree/5b6191dd34e05de8897f5da68757146395a260cc/java/java-impl-refactorings/src/com/intellij/refactoring/migration">here</a>.
224
216
*
225
-
* @implNote Package mappings and file metadata are currently not supported.
217
+
* @implNote File metadata is currently not supported.
.withFileMetadata(MetadataSupport.FIXED) // migration map name and description
@@ -255,8 +247,6 @@ public enum MappingFormat {
255
247
256
248
/**
257
249
* The {@code JOBF} mapping format, as implemented <a href="https://github.com/skylot/jadx/blob/2d5c0fda4a0c5d16207a5f48edb72e6efa7d5bbd/jadx-core/src/main/java/jadx/core/deobf/DeobfPresets.java">here</a>.
258
-
*
259
-
* @implNote Package mappings are currently not supported.
0 commit comments