Index

A B C D E F G H I J L M N O P R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

N

name() - Element in annotation interface me.efekos.simpler.commands.Command
Name of this command.
NO_PERMISSION - Variable in class me.efekos.simpler.config.MessageConfiguration
No-Permission message.
noPermission(String) - Method in class me.efekos.simpler.config.MessageConfiguration.Builder
Changes the no-permission message.
NoPluginException - Exception Class in me.efekos.simpler.exception
A renamed version of Exception.
NoPluginException() - Constructor for exception class me.efekos.simpler.exception.NoPluginException
Constructs a new exception with null as its detail message.
NoPluginException(String) - Constructor for exception class me.efekos.simpler.exception.NoPluginException
Constructs a new exception with the specified detail message.
NoPluginException(String, Throwable) - Constructor for exception class me.efekos.simpler.exception.NoPluginException
Constructs a new exception with the specified detail message and cause.
NoPluginException(String, Throwable, boolean, boolean) - Constructor for exception class me.efekos.simpler.exception.NoPluginException
Constructs a new exception with the specified detail message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.
NoPluginException(Throwable) - Constructor for exception class me.efekos.simpler.exception.NoPluginException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
NUM_ARG_IMAX - Variable in class me.efekos.simpler.config.MessageConfiguration
Appears when the player provides a number bigger than Integer.MAX_VALUE to IntegerArgument.
NUM_ARG_IMIN - Variable in class me.efekos.simpler.config.MessageConfiguration
Appears when the player provides a number smaller than Integer.MIN_VALUE to IntegerArgument.
NUM_ARG_MAX - Variable in class me.efekos.simpler.config.MessageConfiguration
Appears when the player provides a number bigger than maximum value sett in IntegerArgument(String, ArgumentPriority, int, int).
NUM_ARG_MIN - Variable in class me.efekos.simpler.config.MessageConfiguration
Appears when the player provides a number smaller than minimum value sett in IntegerArgument(String, ArgumentPriority, int, int).
NUM_ARG_NAN - Variable in class me.efekos.simpler.config.MessageConfiguration
Appears when the player provides a NaN to a IntegerArgument.
numberArgumentIntMax(String) - Method in class me.efekos.simpler.config.MessageConfiguration.Builder
Appears when a IntegerArgument got a value bigger than Integer.MAX_VALUE.
numberArgumentIntMin(String) - Method in class me.efekos.simpler.config.MessageConfiguration.Builder
Appears when a IntegerArgument got a value smaller than Integer.MIN_VALUE.
numberArgumentMax(String) - Method in class me.efekos.simpler.config.MessageConfiguration.Builder
Appears when a IntegerArgument got a value bigger than its max.
numberArgumentMin(String) - Method in class me.efekos.simpler.config.MessageConfiguration.Builder
Appears when a IntegerArgument got a value smaller than its min.
numberArgumentNaN(String) - Method in class me.efekos.simpler.config.MessageConfiguration.Builder
Appears when a IntegerArgument got a value that isn't an Integer.
A B C D E F G H I J L M N O P R S T U V W Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form