public class GeyserSpongeConfiguration extends Object implements GeyserConfiguration
| Modifier and Type | Class and Description |
|---|---|
class |
GeyserSpongeConfiguration.SpongeBedrockConfiguration |
class |
GeyserSpongeConfiguration.SpongeMetricsInfo |
class |
GeyserSpongeConfiguration.SpongeRemoteConfiguration |
class |
GeyserSpongeConfiguration.SpongeUserAuthenticationInfo |
GeyserConfiguration.IBedrockConfiguration, GeyserConfiguration.IMetricsInfo, GeyserConfiguration.IRemoteConfiguration, GeyserConfiguration.IUserAuthenticationInfoCURRENT_CONFIG_VERSION| Constructor and Description |
|---|
GeyserSpongeConfiguration(File dataFolder,
ninja.leaping.configurate.ConfigurationNode node) |
| Modifier and Type | Method and Description |
|---|---|
GeyserSpongeConfiguration.SpongeBedrockConfiguration |
getBedrock() |
int |
getCacheImages() |
int |
getConfigVersion() |
String |
getDefaultLocale() |
Path |
getFloodgateKeyFile() |
int |
getGeneralThreadPool() |
int |
getMaxPlayers() |
GeyserSpongeConfiguration.SpongeMetricsInfo |
getMetrics() |
int |
getMtu() |
int |
getPingPassthroughInterval() |
GeyserSpongeConfiguration.SpongeRemoteConfiguration |
getRemote() |
Map<String,GeyserSpongeConfiguration.SpongeUserAuthenticationInfo> |
getUserAuths() |
boolean |
isAboveBedrockNetherBuilding() |
boolean |
isAllowThirdPartyCapes() |
boolean |
isAllowThirdPartyEars() |
boolean |
isCacheChunks() |
boolean |
isCommandSuggestions() |
boolean |
isDebugMode() |
boolean |
isLegacyPingPassthrough() |
boolean |
isPassthroughMotd() |
boolean |
isPassthroughPlayerCounts() |
boolean |
isShowCooldown() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckGeyserConfigurationpublic GeyserSpongeConfiguration(File dataFolder, ninja.leaping.configurate.ConfigurationNode node)
public GeyserSpongeConfiguration.SpongeBedrockConfiguration getBedrock()
getBedrock in interface GeyserConfigurationpublic GeyserSpongeConfiguration.SpongeRemoteConfiguration getRemote()
getRemote in interface GeyserConfigurationpublic Map<String,GeyserSpongeConfiguration.SpongeUserAuthenticationInfo> getUserAuths()
getUserAuths in interface GeyserConfigurationpublic boolean isCommandSuggestions()
isCommandSuggestions in interface GeyserConfigurationpublic boolean isPassthroughMotd()
isPassthroughMotd in interface GeyserConfigurationpublic boolean isPassthroughPlayerCounts()
isPassthroughPlayerCounts in interface GeyserConfigurationpublic boolean isLegacyPingPassthrough()
isLegacyPingPassthrough in interface GeyserConfigurationpublic int getPingPassthroughInterval()
getPingPassthroughInterval in interface GeyserConfigurationpublic int getMaxPlayers()
getMaxPlayers in interface GeyserConfigurationpublic boolean isDebugMode()
isDebugMode in interface GeyserConfigurationpublic int getGeneralThreadPool()
getGeneralThreadPool in interface GeyserConfigurationpublic boolean isAllowThirdPartyCapes()
isAllowThirdPartyCapes in interface GeyserConfigurationpublic boolean isAllowThirdPartyEars()
isAllowThirdPartyEars in interface GeyserConfigurationpublic boolean isShowCooldown()
isShowCooldown in interface GeyserConfigurationpublic String getDefaultLocale()
getDefaultLocale in interface GeyserConfigurationpublic Path getFloodgateKeyFile()
getFloodgateKeyFile in interface GeyserConfigurationpublic boolean isCacheChunks()
isCacheChunks in interface GeyserConfigurationpublic int getCacheImages()
getCacheImages in interface GeyserConfigurationpublic boolean isAboveBedrockNetherBuilding()
isAboveBedrockNetherBuilding in interface GeyserConfigurationpublic GeyserSpongeConfiguration.SpongeMetricsInfo getMetrics()
getMetrics in interface GeyserConfigurationpublic int getMtu()
getMtu in interface GeyserConfigurationpublic int getConfigVersion()
getConfigVersion in interface GeyserConfigurationCopyright © 2020 GeyserMC. All rights reserved.