Uses of Class
net.alpenblock.bungeeperms.platform.PlatformType
-
Packages that use PlatformType Package Description net.alpenblock.bungeeperms.platform -
-
Uses of PlatformType in net.alpenblock.bungeeperms.platform
Methods in net.alpenblock.bungeeperms.platform that return PlatformType Modifier and Type Method Description PlatformType
PlatformPlugin. getPlatformType()
static PlatformType
PlatformType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PlatformType[]
PlatformType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-