Uses of Class
be.yildizgames.common.client.config.Resolution
-
Packages that use Resolution Package Description be.yildizgames.common.client.config Contains the common elements used by the configuration across the clients. -
-
Uses of Resolution in be.yildizgames.common.client.config
Methods in be.yildizgames.common.client.config that return Resolution Modifier and Type Method Description static ResolutionResolution. valueOf(String name)Returns the enum constant of this type with the specified name.static Resolution[]Resolution. values()Returns an array containing the constants of this enum type, in the order they are declared.
-