Uses of Enum
name.moore.kevin.ze.game.gameConfig.keys
Packages that use gameConfig.keys
Package
Description
This is the top-level namespace containing the startup and coordinating classes.
This package handles the very high level aspects of loading and saving games.
-
Uses of gameConfig.keys in name.moore.kevin.ze
Methods in name.moore.kevin.ze with parameters of type gameConfig.keysModifier and TypeMethodDescriptionzodiac.getSetting(gameConfig.keys key)TODO converted forms eg getIntSetting() -
Uses of gameConfig.keys in name.moore.kevin.ze.game
Methods in name.moore.kevin.ze.game that return gameConfig.keysModifier and TypeMethodDescriptionstatic gameConfig.keysReturns the enum constant of this type with the specified name.static gameConfig.keys[]gameConfig.keys.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in name.moore.kevin.ze.game with parameters of type gameConfig.keysModifier and TypeMethodDescriptiongameConfig.getProperty(gameConfig.keys e)Get the requested value by enum key, will always provide a value.iZodiacApp.getSetting(gameConfig.keys key)