Class LimboCommandMeta

java.lang.Object
net.elytrium.limboapi.api.command.LimboCommandMeta
All Implemented Interfaces:
com.velocitypowered.api.command.CommandMeta

public class LimboCommandMeta extends Object implements com.velocitypowered.api.command.CommandMeta
  • Constructor Details

    • LimboCommandMeta

      public LimboCommandMeta(@NonNull Collection<String> aliases)
    • LimboCommandMeta

      public LimboCommandMeta(@NonNull Collection<String> aliases, @Nullable Collection<com.mojang.brigadier.tree.CommandNode<com.velocitypowered.api.command.CommandSource>> hints)
    • LimboCommandMeta

      public LimboCommandMeta(@NonNull Collection<String> aliases, @Nullable Collection<com.mojang.brigadier.tree.CommandNode<com.velocitypowered.api.command.CommandSource>> hints, @Nullable Object plugin)
  • Method Details

    • getAliases

      public @NonNull Collection<String> getAliases()
      Specified by:
      getAliases in interface com.velocitypowered.api.command.CommandMeta
    • getHints

      public @NonNull Collection<com.mojang.brigadier.tree.CommandNode<com.velocitypowered.api.command.CommandSource>> getHints()
      Specified by:
      getHints in interface com.velocitypowered.api.command.CommandMeta
    • getPlugin

      public @Nullable Object getPlugin()
      Specified by:
      getPlugin in interface com.velocitypowered.api.command.CommandMeta