Uses of Class
io.github.ma1uta.matrix.event.nested.PushCondition
-
Packages that use PushCondition Package Description io.github.ma1uta.matrix.event.nested Event content internal objects. -
-
Uses of PushCondition in io.github.ma1uta.matrix.event.nested
Fields in io.github.ma1uta.matrix.event.nested with type parameters of type PushCondition Modifier and Type Field Description private List<PushCondition>
PushRule. conditions
The conditions that must hold true for an event in order for a rule to be applied to an event.Methods in io.github.ma1uta.matrix.event.nested that return types with arguments of type PushCondition Modifier and Type Method Description List<PushCondition>
PushRule. getConditions()
Method parameters in io.github.ma1uta.matrix.event.nested with type arguments of type PushCondition Modifier and Type Method Description void
PushRule. setConditions(List<PushCondition> conditions)
-