Package org.cadixdev.mercury.remapper
Class MercuryRemapper
java.lang.Object
org.cadixdev.mercury.remapper.MercuryRemapper
- All Implemented Interfaces:
SourceProcessor,SourceRewriter
-
Field Summary
Fields inherited from interface org.cadixdev.mercury.SourceProcessor
FLAG_RESOLVE_BINDINGS -
Method Summary
Modifier and TypeMethodDescriptionstatic SourceRewritercreate(net.fabricmc.tinyremapper.api.TrEnvironment mappings) static SourceRewritercreate(net.fabricmc.tinyremapper.api.TrEnvironment mappings, boolean javadoc) static SourceRewritercreateSimple(net.fabricmc.tinyremapper.api.TrEnvironment mappings) static SourceRewritercreateSimple(net.fabricmc.tinyremapper.api.TrEnvironment mappings, boolean javadoc) intgetFlags()voidrewrite(RewriteContext context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.cadixdev.mercury.SourceProcessor
finish, initializeMethods inherited from interface org.cadixdev.mercury.SourceRewriter
process
-
Method Details
-
create
-
create
public static SourceRewriter create(net.fabricmc.tinyremapper.api.TrEnvironment mappings, boolean javadoc) -
createSimple
-
createSimple
public static SourceRewriter createSimple(net.fabricmc.tinyremapper.api.TrEnvironment mappings, boolean javadoc) -
getFlags
public int getFlags()- Specified by:
getFlagsin interfaceSourceProcessor
-
rewrite
- Specified by:
rewritein interfaceSourceRewriter
-