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 RestrictionChainElementCommand. 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 RestrictionChainElementRestrictionChainElement. and(Class<? extends Restriction<?>> other)Returns a restriction chain element that combines this restriction chain element with the given restriction class using boolean short-circuit "and" logic.RestrictionChainElementRestrictionChainElement. and(RestrictionChainElement other)Returns a restriction chain element that combines this restriction chain element with the given one using boolean short-circuit "and" logic.RestrictionChainElementRestrictionChainElement. negate()Returns a restriction chain element that negates this restriction chain element.RestrictionChainElementRestrictionChainElement. or(Class<? extends Restriction<?>> other)Returns a restriction chain element that combines this restriction chain element with the given restriction class using boolean short-circuit "or" logic.RestrictionChainElementRestrictionChainElement. 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 RestrictionChainElementRestrictionChainElement. and(RestrictionChainElement other)Returns a restriction chain element that combines this restriction chain element with the given one using boolean short-circuit "and" logic.RestrictionChainElementRestrictionChainElement. or(RestrictionChainElement other)Returns a restriction chain element that combines this restriction chain element with the given one using boolean short-circuit "or" logic.
-