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