Package cloud.commandframework.bukkit
Class BukkitCaptionKeys
java.lang.Object
cloud.commandframework.bukkit.BukkitCaptionKeys
Caption
instances for messages in cloud-bukkit-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final cloud.commandframework.captions.Caption
Variables: {input}static final cloud.commandframework.captions.Caption
Variables: {input}static final cloud.commandframework.captions.Caption
Variables: Nonestatic final cloud.commandframework.captions.Caption
Variables: {input}static final cloud.commandframework.captions.Caption
Variables: {input}static final cloud.commandframework.captions.Caption
Variables: {input}static final cloud.commandframework.captions.Caption
Variables: {input}static final cloud.commandframework.captions.Caption
Variables: Nonestatic final cloud.commandframework.captions.Caption
Variables: Nonestatic final cloud.commandframework.captions.Caption
Variables: Nonestatic final cloud.commandframework.captions.Caption
Variables: Nonestatic final cloud.commandframework.captions.Caption
Variables: {input} -
Method Summary
Modifier and TypeMethodDescriptionstatic @NonNull Collection<@NonNull cloud.commandframework.captions.Caption>
Get an immutable collection containing all standard caption keys
-
Field Details
-
ARGUMENT_PARSE_FAILURE_ENCHANTMENT
public static final cloud.commandframework.captions.Caption ARGUMENT_PARSE_FAILURE_ENCHANTMENTVariables: {input} -
ARGUMENT_PARSE_FAILURE_MATERIAL
public static final cloud.commandframework.captions.Caption ARGUMENT_PARSE_FAILURE_MATERIALVariables: {input} -
ARGUMENT_PARSE_FAILURE_OFFLINEPLAYER
public static final cloud.commandframework.captions.Caption ARGUMENT_PARSE_FAILURE_OFFLINEPLAYERVariables: {input} -
ARGUMENT_PARSE_FAILURE_PLAYER
public static final cloud.commandframework.captions.Caption ARGUMENT_PARSE_FAILURE_PLAYERVariables: {input} -
ARGUMENT_PARSE_FAILURE_WORLD
public static final cloud.commandframework.captions.Caption ARGUMENT_PARSE_FAILURE_WORLDVariables: {input} -
ARGUMENT_PARSE_FAILURE_SELECTOR_MALFORMED
public static final cloud.commandframework.captions.Caption ARGUMENT_PARSE_FAILURE_SELECTOR_MALFORMEDVariables: {input} -
ARGUMENT_PARSE_FAILURE_SELECTOR_UNSUPPORTED
public static final cloud.commandframework.captions.Caption ARGUMENT_PARSE_FAILURE_SELECTOR_UNSUPPORTEDVariables: None -
ARGUMENT_PARSE_FAILURE_SELECTOR_TOO_MANY_PLAYERS
public static final cloud.commandframework.captions.Caption ARGUMENT_PARSE_FAILURE_SELECTOR_TOO_MANY_PLAYERSVariables: None -
ARGUMENT_PARSE_FAILURE_SELECTOR_TOO_MANY_ENTITIES
public static final cloud.commandframework.captions.Caption ARGUMENT_PARSE_FAILURE_SELECTOR_TOO_MANY_ENTITIESVariables: None -
ARGUMENT_PARSE_FAILURE_SELECTOR_NON_PLAYER
public static final cloud.commandframework.captions.Caption ARGUMENT_PARSE_FAILURE_SELECTOR_NON_PLAYERVariables: None -
ARGUMENT_PARSE_FAILURE_LOCATION_INVALID_FORMAT
public static final cloud.commandframework.captions.Caption ARGUMENT_PARSE_FAILURE_LOCATION_INVALID_FORMATVariables: {input} -
ARGUMENT_PARSE_FAILURE_LOCATION_MIXED_LOCAL_ABSOLUTE
public static final cloud.commandframework.captions.Caption ARGUMENT_PARSE_FAILURE_LOCATION_MIXED_LOCAL_ABSOLUTEVariables: None
-
-
Method Details
-
getBukkitCaptionKeys
public static @NonNull Collection<@NonNull cloud.commandframework.captions.Caption> getBukkitCaptionKeys()Get an immutable collection containing all standard caption keys- Returns:
- Immutable collection of keys
-