public class Config
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static Config |
$ |
int |
deadLockSeconds |
boolean |
separatePerWorldTickLoops |
int |
targetTps |
boolean |
worldCleaning |
boolean |
worldUnloading |
| Constructor and Description |
|---|
Config() |
public static final Config $
@TypedConfig.Entry(description="Target ticks per second") public int targetTps
@TypedConfig.Entry(description="Maximum frozen time before deadlock detector assumes a deadlock has occurred") public int deadLockSeconds
@TypedConfig.Entry(description="Enable world unloading") public boolean worldUnloading
@TypedConfig.Entry(description="Enable cleaning of unloaded worlds to aid in determining the cause of world leaks") public boolean worldCleaning
@TypedConfig.Entry(description="[extended] Separate per-world tick loops. When enabled each world\'s main loop is decoupled from other worlds. When disabled, the slowest world will reduce the TPS of all worlds.") public boolean separatePerWorldTickLoops