Uses of Class
edu.wisc.game.engine.RuleSet.BucketSelector
Package | Description |
---|---|
edu.wisc.game.engine |
Top-level Game Server code
|
edu.wisc.game.parser |
Tools for parsing rule set descriptions
|
-
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. -
Uses of RuleSet.BucketSelector in edu.wisc.game.parser
Methods in edu.wisc.game.parser with parameters of type RuleSet.BucketSelector Modifier and Type Method Description void
Expression.MapTo. pu(RuleSet.BucketSelector key, T k)
void
Expression.MapTo. putSet(RuleSet.BucketSelector key, HashSet<T> h)