Class GeyserJacksonConfiguration
java.lang.Object
org.geysermc.geyser.configuration.GeyserJacksonConfiguration
- All Implemented Interfaces:
GeyserConfiguration
- Direct Known Subclasses:
GeyserBungeeConfiguration,GeyserSpigotConfiguration,GeyserSpongeConfiguration,GeyserStandaloneConfiguration,GeyserVelocityConfiguration
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classprotected static classEnsure that the port deserializes in the config as a number no matter what.static classstatic classNested classes/interfaces inherited from interface org.geysermc.geyser.configuration.GeyserConfiguration
GeyserConfiguration.IBedrockConfiguration, GeyserConfiguration.IMetricsInfo, GeyserConfiguration.IRemoteConfiguration, GeyserConfiguration.IUserAuthenticationInfo -
Field Summary
Fields inherited from interface org.geysermc.geyser.configuration.GeyserConfiguration
CURRENT_CONFIG_VERSION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintabstract PathintintgetMtu()intintbooleanbooleanbooleanbooleanbooleanbooleanIf the config was originally 'auto' before the values changedbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidsetAutoconfiguredRemote(boolean autoconfiguredRemote)If the config was originally 'auto' before the values changed
-
Constructor Details
-
GeyserJacksonConfiguration
public GeyserJacksonConfiguration()
-
-
Method Details
-
getFloodgateKeyPath
- Specified by:
getFloodgateKeyPathin interfaceGeyserConfiguration
-
isAutoconfiguredRemote
public boolean isAutoconfiguredRemote()If the config was originally 'auto' before the values changed -
getBedrock
- Specified by:
getBedrockin interfaceGeyserConfiguration
-
getRemote
- Specified by:
getRemotein interfaceGeyserConfiguration
-
getFloodgateKeyFile
-
getUserAuths
- Specified by:
getUserAuthsin interfaceGeyserConfiguration
-
isCommandSuggestions
public boolean isCommandSuggestions()- Specified by:
isCommandSuggestionsin interfaceGeyserConfiguration
-
isPassthroughMotd
public boolean isPassthroughMotd()- Specified by:
isPassthroughMotdin interfaceGeyserConfiguration
-
isPassthroughPlayerCounts
public boolean isPassthroughPlayerCounts()- Specified by:
isPassthroughPlayerCountsin interfaceGeyserConfiguration
-
isPassthroughProtocolName
public boolean isPassthroughProtocolName()- Specified by:
isPassthroughProtocolNamein interfaceGeyserConfiguration
-
isLegacyPingPassthrough
public boolean isLegacyPingPassthrough()- Specified by:
isLegacyPingPassthroughin interfaceGeyserConfiguration
-
getPingPassthroughInterval
public int getPingPassthroughInterval()- Specified by:
getPingPassthroughIntervalin interfaceGeyserConfiguration
-
isForwardPlayerPing
public boolean isForwardPlayerPing()- Specified by:
isForwardPlayerPingin interfaceGeyserConfiguration
-
getMaxPlayers
public int getMaxPlayers()- Specified by:
getMaxPlayersin interfaceGeyserConfiguration
-
isDebugMode
public boolean isDebugMode()- Specified by:
isDebugModein interfaceGeyserConfiguration
-
isAllowThirdPartyCapes
public boolean isAllowThirdPartyCapes()- Specified by:
isAllowThirdPartyCapesin interfaceGeyserConfiguration
-
getShowCooldown
- Specified by:
getShowCooldownin interfaceGeyserConfiguration
-
isShowCoordinates
public boolean isShowCoordinates()- Specified by:
isShowCoordinatesin interfaceGeyserConfiguration
-
getEmoteOffhandWorkaround
- Specified by:
getEmoteOffhandWorkaroundin interfaceGeyserConfiguration
-
isAllowThirdPartyEars
public boolean isAllowThirdPartyEars()- Specified by:
isAllowThirdPartyEarsin interfaceGeyserConfiguration
-
getDefaultLocale
- Specified by:
getDefaultLocalein interfaceGeyserConfiguration
-
getCacheImages
public int getCacheImages()- Specified by:
getCacheImagesin interfaceGeyserConfiguration
-
isAllowCustomSkulls
public boolean isAllowCustomSkulls()- Specified by:
isAllowCustomSkullsin interfaceGeyserConfiguration
-
isAddNonBedrockItems
public boolean isAddNonBedrockItems()- Specified by:
isAddNonBedrockItemsin interfaceGeyserConfiguration
-
isAboveBedrockNetherBuilding
public boolean isAboveBedrockNetherBuilding()- Specified by:
isAboveBedrockNetherBuildingin interfaceGeyserConfiguration
-
isForceResourcePacks
public boolean isForceResourcePacks()- Specified by:
isForceResourcePacksin interfaceGeyserConfiguration
-
isXboxAchievementsEnabled
public boolean isXboxAchievementsEnabled()- Specified by:
isXboxAchievementsEnabledin interfaceGeyserConfiguration
-
getMetrics
- Specified by:
getMetricsin interfaceGeyserConfiguration
-
getScoreboardPacketThreshold
public int getScoreboardPacketThreshold()- Specified by:
getScoreboardPacketThresholdin interfaceGeyserConfiguration
-
isEnableProxyConnections
public boolean isEnableProxyConnections()- Specified by:
isEnableProxyConnectionsin interfaceGeyserConfiguration
-
getMtu
public int getMtu()- Specified by:
getMtuin interfaceGeyserConfiguration
-
isUseDirectConnection
public boolean isUseDirectConnection()- Specified by:
isUseDirectConnectionin interfaceGeyserConfiguration
-
getConfigVersion
public int getConfigVersion()- Specified by:
getConfigVersionin interfaceGeyserConfiguration
-
setAutoconfiguredRemote
public void setAutoconfiguredRemote(boolean autoconfiguredRemote)If the config was originally 'auto' before the values changed
-