Package de.geolykt.starloader.deobf.remapper
package de.geolykt.starloader.deobf.remapper
Simple in-memory remapper engine. Unlike many other remappers it is able to take in already parsed
Objectweb ASM Classnodes as input and output them without having
to go through an intermediary store-to-file mode.-
ClassDescriptionException that is thrown if
MethodRenameMap.put(String, String, String, String)is fed an already existing mapping for the method and the old new name is unequal to the new method.Simple in-memory remapping engine.