Constant Field Values
Contents
cloud.commandframework.*
-
cloud.commandframework.arguments.compound.FlagArgument<C>
-
cloud.commandframework.arguments.parser.ArgumentParser<C,
T>
-
cloud.commandframework.arguments.standard.ByteArgument.ByteParser<C>Modifier and TypeConstant FieldValue
public static final byte0x7fpublic static final byte0x80 -
cloud.commandframework.arguments.standard.DoubleArgument.DoubleParser<C>Modifier and TypeConstant FieldValue
public static final double1d/0dpublic static final double-1d/0d -
cloud.commandframework.arguments.standard.FloatArgument.FloatParser<C>Modifier and TypeConstant FieldValue
public static final float1f/0fpublic static final float-1f/0f -
cloud.commandframework.arguments.standard.IntegerArgument.IntegerParser<C>Modifier and TypeConstant FieldValue
public static final int2147483647public static final int-2147483648 -
cloud.commandframework.arguments.standard.LongArgument.LongParser<C>Modifier and TypeConstant FieldValue
public static final long9223372036854775807Lpublic static final long-9223372036854775808L -
cloud.commandframework.arguments.standard.ShortArgument.ShortParser<C>Modifier and TypeConstant FieldValue
public static final short32767public static final short-32768
-
cloud.commandframework.captions.SimpleCaptionRegistry<C>Modifier and TypeConstant FieldValue
public static final String"Could not parse boolean from \'{input}\'"public static final String"\'{input}\' is not a valid character"public static final String"\'{input}\' is not a valid color"public static final String"\'{input}\' is not a duration format"public static final String"\'{input}\' is not one of the following: {acceptableValues}"public static final String"Duplicate flag \'{flag}\'"public static final String"Missing argument for \'{flag}\'"public static final String"No flag started. Don\'t know what to do with \'{input}\'"public static final String"You don\'t have permission to use \'{flag}\'"public static final String"Unknown flag \'{flag}\'"public static final String"No input was provided"public static final String"\'{input}\' is not a valid number in the range {min} to {max}"public static final String"\'{input}\' does not match \'{pattern}\'"public static final String"\'{input}\' is not a valid string of type {stringMode}"public static final String"\'{input}\' is not a valid UUID"
-
cloud.commandframework.execution.postprocessor.AcceptingCommandPostprocessor<C>
-
cloud.commandframework.execution.preprocessor.AcceptingCommandPreprocessor<C>
-
cloud.commandframework.extra.confirmation.CommandConfirmationManager<C>