Class

import mods.dropt.RuleList

This class is a container for rules.

For more information, see:

Methods

RuleList priority(int priority);

Set the priority of this rule list.

Rule lists with a larger priority will be matched first.

For more information, see:

RuleList add(Rule rule);

Add a configured rule to this rule list.

For more information, see: