Package org.geysermc.floodgate.util
Class VelocityPlatformUtils
- java.lang.Object
-
- org.geysermc.floodgate.platform.util.PlatformUtils
-
- org.geysermc.floodgate.util.VelocityPlatformUtils
-
public final class VelocityPlatformUtils extends org.geysermc.floodgate.platform.util.PlatformUtils
-
-
Constructor Summary
Constructors Constructor Description VelocityPlatformUtils()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.geysermc.floodgate.platform.util.PlatformUtils.AuthTypeauthType()StringminecraftVersion()StringserverImplementationName()
-
-
-
Method Detail
-
authType
public org.geysermc.floodgate.platform.util.PlatformUtils.AuthType authType()
- Specified by:
authTypein classorg.geysermc.floodgate.platform.util.PlatformUtils
-
minecraftVersion
public String minecraftVersion()
- Specified by:
minecraftVersionin classorg.geysermc.floodgate.platform.util.PlatformUtils
-
serverImplementationName
public String serverImplementationName()
- Specified by:
serverImplementationNamein classorg.geysermc.floodgate.platform.util.PlatformUtils
-
-