Uses of Class
com.github.alex1304.ultimategdbot.api.utils.SystemUnit
-
Packages that use SystemUnit Package Description com.github.alex1304.ultimategdbot.api.utils -
-
Uses of SystemUnit in com.github.alex1304.ultimategdbot.api.utils
Methods in com.github.alex1304.ultimategdbot.api.utils that return SystemUnit Modifier and Type Method Description static SystemUnit
SystemUnit. valueOf(String name)
Returns the enum constant of this type with the specified name.static SystemUnit[]
SystemUnit. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-