Uses of Class
com.bombinggames.wurfelengine.core.WorkingDirectory.OS
-
Packages that use WorkingDirectory.OS Package Description com.bombinggames.wurfelengine.core -
-
Uses of WorkingDirectory.OS in com.bombinggames.wurfelengine.core
Methods in com.bombinggames.wurfelengine.core that return WorkingDirectory.OS Modifier and Type Method Description static WorkingDirectory.OS
WorkingDirectory. getPlatform()
static WorkingDirectory.OS
WorkingDirectory.OS. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static WorkingDirectory.OS[]
WorkingDirectory.OS. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-