Interface GeyserConfiguration
- All Known Implementing Classes:
GeyserBungeeConfiguration
,GeyserJacksonConfiguration
,GeyserSpigotConfiguration
,GeyserSpongeConfiguration
,GeyserStandaloneConfiguration
,GeyserVelocityConfiguration
public interface GeyserConfiguration
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
static interface
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
checkGeyserConfiguration(GeyserConfiguration geyserConfig, GeyserLogger geyserLogger)
int
int
int
int
getMtu()
int
int
Map<String,? extends GeyserConfiguration.IUserAuthenticationInfo>
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
-
Field Details
-
CURRENT_CONFIG_VERSION
static final int CURRENT_CONFIG_VERSION- See Also:
- Constant Field Values
-
-
Method Details
-
getBedrock
GeyserConfiguration.IBedrockConfiguration getBedrock() -
getRemote
GeyserConfiguration.IRemoteConfiguration getRemote() -
getUserAuths
Map<String,? extends GeyserConfiguration.IUserAuthenticationInfo> getUserAuths() -
isCommandSuggestions
boolean isCommandSuggestions() -
isPassthroughMotd
boolean isPassthroughMotd() -
isPassthroughProtocolName
boolean isPassthroughProtocolName() -
isPassthroughPlayerCounts
boolean isPassthroughPlayerCounts() -
isLegacyPingPassthrough
boolean isLegacyPingPassthrough() -
getPingPassthroughInterval
int getPingPassthroughInterval() -
isForwardPlayerPing
boolean isForwardPlayerPing() -
getMaxPlayers
int getMaxPlayers() -
isDebugMode
boolean isDebugMode() -
isAllowThirdPartyCapes
boolean isAllowThirdPartyCapes() -
isAllowThirdPartyEars
boolean isAllowThirdPartyEars() -
getShowCooldown
String getShowCooldown() -
isShowCoordinates
boolean isShowCoordinates() -
getEmoteOffhandWorkaround
EmoteOffhandWorkaroundOption getEmoteOffhandWorkaround() -
getDefaultLocale
String getDefaultLocale() -
getFloodgateKeyPath
Path getFloodgateKeyPath() -
isAddNonBedrockItems
boolean isAddNonBedrockItems() -
isAboveBedrockNetherBuilding
boolean isAboveBedrockNetherBuilding() -
isForceResourcePacks
boolean isForceResourcePacks() -
isXboxAchievementsEnabled
boolean isXboxAchievementsEnabled() -
getCacheImages
int getCacheImages() -
isAllowCustomSkulls
boolean isAllowCustomSkulls() -
getMetrics
GeyserConfiguration.IMetricsInfo getMetrics() -
getScoreboardPacketThreshold
int getScoreboardPacketThreshold() -
isEnableProxyConnections
boolean isEnableProxyConnections() -
getMtu
int getMtu() -
isUseDirectConnection
boolean isUseDirectConnection() -
getConfigVersion
int getConfigVersion() -
checkGeyserConfiguration
-