- C: class
- E: enum
- I: interface
- @: @interface
- R: record
- ●: field
- c: constructor
- ⬤: method
- ⬤: public
- ⬤: protected
- ⬤: package
- ⬤: private
- S: static
- A: abstract
- F: final
-
ns | " + OBF_NAMESPACE + " | " + MOJ_NAMESPACE + " |
---|
Generated by marcbal" - + " using this tool" - + " running on " + Bukkit.getName() + " version " + Bukkit.getVersion() + "
" - + ""); - } - - - /** - * Represents the mapping between the obfuscated and Mojang names of a class and all its members. - */ - public static class ClassMapping { - private static int nextID = 0; - - /* package */ final int id = nextID++; - /* package */ final String obfName; - /* package */ final String mojName; - - private final Map