Checks to see if the user has set a value for this key @param aKey @return true or false
(final String aKey)
| 1127 | * @return true or false |
| 1128 | **/ |
| 1129 | public static boolean hasRuleCheck(final String aKey) |
| 1130 | { |
| 1131 | return ruleCheckMap.containsKey(aKey); |
| 1132 | } |
| 1133 | |
| 1134 | public static boolean hideMonsterClasses() |
| 1135 | { |
no test coverage detected