Skip to content

crazycat256/Subclass-Renamer-recaf-2x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recaf plugin: Subclass Renamer

This plugin allows finding and renaming of classes that extend a specific class. It has options for defining the precise pattern of renaming, and if the renaming should be recursive. Tested with Recaf 2.21.13. Version for Recaf 4.x is here.

demo

Download: Here

Building & modification

Once you've downloaded or cloned the repository, you can compile with mvn clean package. This will generate the file target/subclass-renamer-{VERSION}.jar. To add your plugin to Recaf:

  1. Navigate to the plugins folder.
    • Windows: %APPDATA%/Recaf/plugins
    • Linux: $HOME/Recaf/plugins
  2. Copy your plugin jar into this folder
  3. Run Recaf to verify your plugin loads.

Credits

Col-E for Recaf and Auto Renamer.