Code cleanup
This commit is contained in:
@@ -29,6 +29,9 @@ import java.util.Map.Entry;
|
||||
import java.util.concurrent.TimeUnit;
|
||||
|
||||
public class DisguiseParser {
|
||||
/**
|
||||
* <Setter, <Getter, DefaultValue>>
|
||||
*/
|
||||
private static HashMap<Method, Map.Entry<Method, Object>> defaultWatcherValues = new HashMap<>();
|
||||
|
||||
public static void createDefaultMethods() {
|
||||
@@ -115,6 +118,10 @@ public class DisguiseParser {
|
||||
}
|
||||
}
|
||||
|
||||
public static HashMap<Method, Entry<Method, Object>> getMethodDefaults() {
|
||||
return defaultWatcherValues;
|
||||
}
|
||||
|
||||
public static String parseToString(Disguise disguise) {
|
||||
return parseToString(disguise, true);
|
||||
}
|
||||
|
Reference in New Issue
Block a user