Uses of Enum Class
edu.wisc.game.engine.RuleSet.BucketSelector
Packages that use RuleSet.BucketSelector
Package
Description
Top-level Game Server code
Tools for parsing rule set descriptions
-
Uses of RuleSet.BucketSelector in edu.wisc.game.engine
Methods in edu.wisc.game.engine that return RuleSet.BucketSelectorModifier and TypeMethodDescriptionstatic RuleSet.BucketSelector
Returns the enum constant of this class with the specified name.static RuleSet.BucketSelector[]
RuleSet.BucketSelector.values()
Returns an array containing the constants of this enum class, 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.BucketSelectorModifier and TypeMethodDescriptionvoid
Expression.MapTo.pu
(RuleSet.BucketSelector key, T k) void
Expression.MapTo.putSet
(RuleSet.BucketSelector key, HashSet<T> h)