Interface GeyserConfiguration

All Known Implementing Classes:
GeyserBungeeConfiguration, GeyserJacksonConfiguration, GeyserSpigotConfiguration, GeyserSpongeConfiguration, GeyserStandaloneConfiguration, GeyserVelocityConfiguration

public interface GeyserConfiguration
  • Field Details

  • Method Details

    • getBedrock

    • getRemote

    • 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

    • getScoreboardPacketThreshold

      int getScoreboardPacketThreshold()
    • isEnableProxyConnections

      boolean isEnableProxyConnections()
    • getMtu

      int getMtu()
    • isUseDirectConnection

      boolean isUseDirectConnection()
    • getConfigVersion

      int getConfigVersion()
    • checkGeyserConfiguration

      static void checkGeyserConfiguration(GeyserConfiguration geyserConfig, GeyserLogger geyserLogger)