A B C D E F G I M N O P R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
N
- negate() - Method in class net.kautler.command.api.restriction.RestrictionChainElement
-
Returns a restriction chain element that negates this restriction chain element.
- net.kautler.command.api - package net.kautler.command.api
- net.kautler.command.api.annotation - package net.kautler.command.api.annotation
- net.kautler.command.api.event - package net.kautler.command.api.event
- net.kautler.command.api.event.javacord - package net.kautler.command.api.event.javacord
- net.kautler.command.api.prefix - package net.kautler.command.api.prefix
- net.kautler.command.api.prefix.javacord - package net.kautler.command.api.prefix.javacord
- net.kautler.command.api.restriction - package net.kautler.command.api.restriction
- net.kautler.command.api.restriction.javacord - package net.kautler.command.api.restriction.javacord
- NONE_OF - net.kautler.command.api.annotation.RestrictionPolicy.Policy
-
With this policy none of the restrictions may allow the command.
- NoneOf<M> - Class in net.kautler.command.api.restriction
-
A restriction that checks multiple other restrictions none of which may allow a command.
- NoneOf(Restriction<? super M>...) - Constructor for class net.kautler.command.api.restriction.NoneOf
-
Constructs a new none-of restriction.
- NsfwChannelJavacord - Class in net.kautler.command.api.restriction.javacord
-
A restriction that allows a command for NSFW channels and is evaluated by the Javacord command handler.
All Classes All Packages