public class ViaLegacyConfig extends com.viaversion.viaversion.util.Config implements ViaLegacyConfig
| Constructor and Description |
|---|
ViaLegacyConfig(java.io.File configFile) |
| Modifier and Type | Method and Description |
|---|---|
int |
getChunksPerTick() |
int |
getClassicChunkRange() |
java.net.URL |
getDefaultConfigURL() |
java.util.List<java.lang.String> |
getUnsupportedOptions() |
protected void |
handleConfig(java.util.Map<java.lang.String,java.lang.Object> map) |
boolean |
isDynamicOnground() |
boolean |
isIgnoreLong1_8ChannelNames() |
boolean |
isLegacySkinLoading() |
boolean |
isLegacySkullLoading() |
boolean |
isOldBiomes() |
boolean |
isRemapBasedOnColor() |
boolean |
isSoundEmulation() |
void |
reloadConfig() |
public void reloadConfig()
reloadConfig in interface com.viaversion.viaversion.api.configuration.ConfigurationProviderreloadConfig in class com.viaversion.viaversion.util.Configpublic java.net.URL getDefaultConfigURL()
getDefaultConfigURL in class com.viaversion.viaversion.util.Configprotected void handleConfig(java.util.Map<java.lang.String,java.lang.Object> map)
handleConfig in class com.viaversion.viaversion.util.Configpublic java.util.List<java.lang.String> getUnsupportedOptions()
getUnsupportedOptions in class com.viaversion.viaversion.util.Configpublic boolean isDynamicOnground()
isDynamicOnground in interface ViaLegacyConfigpublic boolean isIgnoreLong1_8ChannelNames()
isIgnoreLong1_8ChannelNames in interface ViaLegacyConfigpublic boolean isLegacySkullLoading()
isLegacySkullLoading in interface ViaLegacyConfigpublic boolean isLegacySkinLoading()
isLegacySkinLoading in interface ViaLegacyConfigpublic boolean isSoundEmulation()
isSoundEmulation in interface ViaLegacyConfigpublic boolean isOldBiomes()
isOldBiomes in interface ViaLegacyConfigpublic boolean isRemapBasedOnColor()
isRemapBasedOnColor in interface ViaLegacyConfigpublic int getClassicChunkRange()
getClassicChunkRange in interface ViaLegacyConfigpublic int getChunksPerTick()
getChunksPerTick in interface ViaLegacyConfig