Class BukkitCaptionKeys

java.lang.Object
cloud.commandframework.bukkit.BukkitCaptionKeys

public final class BukkitCaptionKeys extends Object
Caption instances for messages in cloud-bukkit
  • Field Details

    • ARGUMENT_PARSE_FAILURE_ENCHANTMENT

      public static final cloud.commandframework.captions.Caption ARGUMENT_PARSE_FAILURE_ENCHANTMENT
      Variables: {input}
    • ARGUMENT_PARSE_FAILURE_MATERIAL

      public static final cloud.commandframework.captions.Caption ARGUMENT_PARSE_FAILURE_MATERIAL
      Variables: {input}
    • ARGUMENT_PARSE_FAILURE_OFFLINEPLAYER

      public static final cloud.commandframework.captions.Caption ARGUMENT_PARSE_FAILURE_OFFLINEPLAYER
      Variables: {input}
    • ARGUMENT_PARSE_FAILURE_PLAYER

      public static final cloud.commandframework.captions.Caption ARGUMENT_PARSE_FAILURE_PLAYER
      Variables: {input}
    • ARGUMENT_PARSE_FAILURE_WORLD

      public static final cloud.commandframework.captions.Caption ARGUMENT_PARSE_FAILURE_WORLD
      Variables: {input}
    • ARGUMENT_PARSE_FAILURE_SELECTOR_MALFORMED

      public static final cloud.commandframework.captions.Caption ARGUMENT_PARSE_FAILURE_SELECTOR_MALFORMED
      Variables: {input}
    • ARGUMENT_PARSE_FAILURE_SELECTOR_UNSUPPORTED

      public static final cloud.commandframework.captions.Caption ARGUMENT_PARSE_FAILURE_SELECTOR_UNSUPPORTED
      Variables: None
    • ARGUMENT_PARSE_FAILURE_SELECTOR_TOO_MANY_PLAYERS

      public static final cloud.commandframework.captions.Caption ARGUMENT_PARSE_FAILURE_SELECTOR_TOO_MANY_PLAYERS
      Variables: None
    • ARGUMENT_PARSE_FAILURE_SELECTOR_TOO_MANY_ENTITIES

      public static final cloud.commandframework.captions.Caption ARGUMENT_PARSE_FAILURE_SELECTOR_TOO_MANY_ENTITIES
      Variables: None
    • ARGUMENT_PARSE_FAILURE_SELECTOR_NON_PLAYER

      public static final cloud.commandframework.captions.Caption ARGUMENT_PARSE_FAILURE_SELECTOR_NON_PLAYER
      Variables: None
    • ARGUMENT_PARSE_FAILURE_LOCATION_INVALID_FORMAT

      public static final cloud.commandframework.captions.Caption ARGUMENT_PARSE_FAILURE_LOCATION_INVALID_FORMAT
      Variables: {input}
    • ARGUMENT_PARSE_FAILURE_LOCATION_MIXED_LOCAL_ABSOLUTE

      public static final cloud.commandframework.captions.Caption ARGUMENT_PARSE_FAILURE_LOCATION_MIXED_LOCAL_ABSOLUTE
      Variables: 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