Class PlatformUtils

java.lang.Object
org.geysermc.floodgate.core.platform.util.PlatformUtils

public abstract class PlatformUtils extends Object
  • Constructor Details

    • PlatformUtils

      public PlatformUtils()
  • Method Details

    • authType

      public abstract PlatformUtils.AuthType authType()
      Returns the authentication type used on the platform
    • minecraftVersion

      public abstract String minecraftVersion()
      Returns the Minecraft version the server is based on (or the most recent supported version for proxy platforms)
    • serverImplementationName

      public abstract String serverImplementationName()