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
Modifier and TypeClassDescriptionstatic class
static class
protected static class
Ensure that the port deserializes in the config as a number no matter what.static class
static class
Nested 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
-
Method Summary
Modifier and TypeMethodDescriptionint
int
abstract Path
int
int
getMtu()
int
int
boolean
boolean
boolean
boolean
boolean
boolean
If the config was originally 'auto' before the values changedboolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setAutoconfiguredRemote(boolean autoconfiguredRemote)
If the config was originally 'auto' before the values changed
-
Constructor Details
-
GeyserJacksonConfiguration
public GeyserJacksonConfiguration()
-
-
Method Details
-
getFloodgateKeyPath
- Specified by:
getFloodgateKeyPath
in interfaceGeyserConfiguration
-
isAutoconfiguredRemote
public boolean isAutoconfiguredRemote()If the config was originally 'auto' before the values changed -
getBedrock
- Specified by:
getBedrock
in interfaceGeyserConfiguration
-
getRemote
- Specified by:
getRemote
in interfaceGeyserConfiguration
-
getFloodgateKeyFile
-
getUserAuths
- Specified by:
getUserAuths
in interfaceGeyserConfiguration
-
isCommandSuggestions
public boolean isCommandSuggestions()- Specified by:
isCommandSuggestions
in interfaceGeyserConfiguration
-
isPassthroughMotd
public boolean isPassthroughMotd()- Specified by:
isPassthroughMotd
in interfaceGeyserConfiguration
-
isPassthroughPlayerCounts
public boolean isPassthroughPlayerCounts()- Specified by:
isPassthroughPlayerCounts
in interfaceGeyserConfiguration
-
isPassthroughProtocolName
public boolean isPassthroughProtocolName()- Specified by:
isPassthroughProtocolName
in interfaceGeyserConfiguration
-
isLegacyPingPassthrough
public boolean isLegacyPingPassthrough()- Specified by:
isLegacyPingPassthrough
in interfaceGeyserConfiguration
-
getPingPassthroughInterval
public int getPingPassthroughInterval()- Specified by:
getPingPassthroughInterval
in interfaceGeyserConfiguration
-
isForwardPlayerPing
public boolean isForwardPlayerPing()- Specified by:
isForwardPlayerPing
in interfaceGeyserConfiguration
-
getMaxPlayers
public int getMaxPlayers()- Specified by:
getMaxPlayers
in interfaceGeyserConfiguration
-
isDebugMode
public boolean isDebugMode()- Specified by:
isDebugMode
in interfaceGeyserConfiguration
-
isAllowThirdPartyCapes
public boolean isAllowThirdPartyCapes()- Specified by:
isAllowThirdPartyCapes
in interfaceGeyserConfiguration
-
getShowCooldown
- Specified by:
getShowCooldown
in interfaceGeyserConfiguration
-
isShowCoordinates
public boolean isShowCoordinates()- Specified by:
isShowCoordinates
in interfaceGeyserConfiguration
-
getEmoteOffhandWorkaround
- Specified by:
getEmoteOffhandWorkaround
in interfaceGeyserConfiguration
-
isAllowThirdPartyEars
public boolean isAllowThirdPartyEars()- Specified by:
isAllowThirdPartyEars
in interfaceGeyserConfiguration
-
getDefaultLocale
- Specified by:
getDefaultLocale
in interfaceGeyserConfiguration
-
getCacheImages
public int getCacheImages()- Specified by:
getCacheImages
in interfaceGeyserConfiguration
-
isAllowCustomSkulls
public boolean isAllowCustomSkulls()- Specified by:
isAllowCustomSkulls
in interfaceGeyserConfiguration
-
isAddNonBedrockItems
public boolean isAddNonBedrockItems()- Specified by:
isAddNonBedrockItems
in interfaceGeyserConfiguration
-
isAboveBedrockNetherBuilding
public boolean isAboveBedrockNetherBuilding()- Specified by:
isAboveBedrockNetherBuilding
in interfaceGeyserConfiguration
-
isForceResourcePacks
public boolean isForceResourcePacks()- Specified by:
isForceResourcePacks
in interfaceGeyserConfiguration
-
isXboxAchievementsEnabled
public boolean isXboxAchievementsEnabled()- Specified by:
isXboxAchievementsEnabled
in interfaceGeyserConfiguration
-
getMetrics
- Specified by:
getMetrics
in interfaceGeyserConfiguration
-
getScoreboardPacketThreshold
public int getScoreboardPacketThreshold()- Specified by:
getScoreboardPacketThreshold
in interfaceGeyserConfiguration
-
isEnableProxyConnections
public boolean isEnableProxyConnections()- Specified by:
isEnableProxyConnections
in interfaceGeyserConfiguration
-
getMtu
public int getMtu()- Specified by:
getMtu
in interfaceGeyserConfiguration
-
isUseDirectConnection
public boolean isUseDirectConnection()- Specified by:
isUseDirectConnection
in interfaceGeyserConfiguration
-
getConfigVersion
public int getConfigVersion()- Specified by:
getConfigVersion
in interfaceGeyserConfiguration
-
setAutoconfiguredRemote
public void setAutoconfiguredRemote(boolean autoconfiguredRemote)If the config was originally 'auto' before the values changed
-