Package io.github.kelvindev15.utils
Object Platform
-
- All Implemented Interfaces:
public class PlatformRepresents the platform the plugin is running on.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumPlatform.OSRepresents the operating system the plugin is running on.
-
Method Summary
Modifier and Type Method Description final Platform.OSdetectOS()Detects the operating system the plugin is running on. -
-
Method Detail
-
detectOS
final Platform.OS detectOS()
Detects the operating system the plugin is running on.
-
-
-
-