Uses of Class
edu.wisc.game.engine.RuleSet.BucketSelector
-
Packages that use RuleSet.BucketSelector Package Description edu.wisc.game.engine Top-level Game Server code -
-
Uses of RuleSet.BucketSelector in edu.wisc.game.engine
Methods in edu.wisc.game.engine that return RuleSet.BucketSelector Modifier and Type Method Description static RuleSet.BucketSelector
RuleSet.BucketSelector. valueOf(String name)
Returns the enum constant of this type with the specified name.static RuleSet.BucketSelector[]
RuleSet.BucketSelector. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-