Interface GeyserConfiguration

All Known Implementing Classes:
GeyserJacksonConfiguration

public interface GeyserConfiguration
  • Field Details

  • Method Details

    • getBedrock

    • getRemote

    • getSavedUserLogins

      List<String> getSavedUserLogins()
    • getUserAuths

      Deprecated.
    • 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()
    • isDisableBedrockScaffolding

      boolean isDisableBedrockScaffolding()
    • 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()
    • getMaxVisibleCustomSkulls

      int getMaxVisibleCustomSkulls()
    • getCustomSkullRenderDistance

      int getCustomSkullRenderDistance()
    • isLogPlayerIpAddresses

      boolean isLogPlayerIpAddresses()
    • isNotifyOnNewBedrockUpdate

      boolean isNotifyOnNewBedrockUpdate()
    • getUnusableSpaceBlock

      String getUnusableSpaceBlock()
    • getMetrics

    • getPendingAuthenticationTimeout

      int getPendingAuthenticationTimeout()
    • getScoreboardPacketThreshold

      int getScoreboardPacketThreshold()
    • isEnableProxyConnections

      boolean isEnableProxyConnections()
    • getMtu

      int getMtu()
    • isUseDirectConnection

      boolean isUseDirectConnection()
    • isDisableCompression

      boolean isDisableCompression()
    • getConfigVersion

      int getConfigVersion()
    • checkGeyserConfiguration

      static void checkGeyserConfiguration(GeyserConfiguration geyserConfig, GeyserLogger geyserLogger)