Uses of Class
net.kautler.command.api.restriction.RestrictionChainElement
-
Packages that use RestrictionChainElement Package Description net.kautler.command.api net.kautler.command.api.restriction -
-
Uses of RestrictionChainElement in net.kautler.command.api
Methods in net.kautler.command.api that return RestrictionChainElement Modifier and Type Method Description default RestrictionChainElement
Command. getRestrictionChain()
Returns the restriction rules chain for this command. -
Uses of RestrictionChainElement in net.kautler.command.api.restriction
Methods in net.kautler.command.api.restriction that return RestrictionChainElement Modifier and Type Method Description RestrictionChainElement
RestrictionChainElement. and(RestrictionChainElement other)
Returns a restriction chain element that combines this restriction chain element with the given one using boolean short-circuit "and" logic.RestrictionChainElement
RestrictionChainElement. negate()
Returns a restriction chain element that negates this restriction chain element.RestrictionChainElement
RestrictionChainElement. or(RestrictionChainElement other)
Returns a restriction chain element that combines this restriction chain element with the given one using boolean short-circuit "or" logic.Methods in net.kautler.command.api.restriction with parameters of type RestrictionChainElement Modifier and Type Method Description RestrictionChainElement
RestrictionChainElement. and(RestrictionChainElement other)
Returns a restriction chain element that combines this restriction chain element with the given one using boolean short-circuit "and" logic.RestrictionChainElement
RestrictionChainElement. or(RestrictionChainElement other)
Returns a restriction chain element that combines this restriction chain element with the given one using boolean short-circuit "or" logic.
-