Class BukkitCommandMeta

java.lang.Object
cloud.commandframework.meta.CommandMeta
cloud.commandframework.meta.SimpleCommandMeta
cloud.commandframework.bukkit.BukkitCommandMeta

@Deprecated public class BukkitCommandMeta extends cloud.commandframework.meta.SimpleCommandMeta
Deprecated.
for removal since 1.3.0. Use the standard instead.
Bukkit-specific command metadata holder.
  • Nested Class Summary

    Nested classes/interfaces inherited from class cloud.commandframework.meta.SimpleCommandMeta

    cloud.commandframework.meta.SimpleCommandMeta.Builder

    Nested classes/interfaces inherited from class cloud.commandframework.meta.CommandMeta

    cloud.commandframework.meta.CommandMeta.Key<V extends Object>
  • Field Summary

    Fields inherited from class cloud.commandframework.meta.CommandMeta

    DESCRIPTION, HIDDEN, LONG_DESCRIPTION
  • Constructor Summary

    Constructors
    Constructor
    Description
    BukkitCommandMeta(@NonNull cloud.commandframework.meta.SimpleCommandMeta simpleCommandMeta)
    Deprecated.
    Bukkit command meta data
  • Method Summary

    Methods inherited from class cloud.commandframework.meta.SimpleCommandMeta

    builder, empty, equals, get, getAll, getAllValues, getOrDefault, getOrDefault, getValue, hashCode

    Methods inherited from class cloud.commandframework.meta.CommandMeta

    simple, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • BukkitCommandMeta

      public BukkitCommandMeta(@NonNull cloud.commandframework.meta.SimpleCommandMeta simpleCommandMeta)
      Deprecated.
      Bukkit command meta data
      Parameters:
      simpleCommandMeta - Simple command meta data instance that gets mirrored