clean up PluginConfig

This commit is contained in:
dfsek
2022-08-21 01:06:24 -07:00
parent ec8564df2f
commit fcffefe91d
2 changed files with 0 additions and 27 deletions

View File

@@ -15,19 +15,11 @@ public interface PluginConfig {
boolean dumpDefaultConfig();
boolean isDebugCommands();
boolean isDebugProfiler();
boolean isDebugScript();
int getBiomeSearchResolution();
int getStructureCache();
int getSamplerCache();
int getMaxRecursion();
int getProviderCache();
}