Class LimboCommandMeta
java.lang.Object
net.elytrium.limboapi.api.command.LimboCommandMeta
- All Implemented Interfaces:
com.velocitypowered.api.command.CommandMeta
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.velocitypowered.api.command.CommandMeta
com.velocitypowered.api.command.CommandMeta.Builder -
Constructor Summary
ConstructorsConstructorDescriptionLimboCommandMeta(@NonNull Collection<String> aliases) LimboCommandMeta(@NonNull Collection<String> aliases, @Nullable Collection<com.mojang.brigadier.tree.CommandNode<com.velocitypowered.api.command.CommandSource>> hints) LimboCommandMeta(@NonNull Collection<String> aliases, @Nullable Collection<com.mojang.brigadier.tree.CommandNode<com.velocitypowered.api.command.CommandSource>> hints, @Nullable Object plugin) -
Method Summary
Modifier and TypeMethodDescription@NonNull Collection<String> @NonNull Collection<com.mojang.brigadier.tree.CommandNode<com.velocitypowered.api.command.CommandSource>> getHints()@Nullable Object
-
Constructor Details
-
LimboCommandMeta
-
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
- Specified by:
getAliasesin interfacecom.velocitypowered.api.command.CommandMeta
-
getHints
public @NonNull Collection<com.mojang.brigadier.tree.CommandNode<com.velocitypowered.api.command.CommandSource>> getHints()- Specified by:
getHintsin interfacecom.velocitypowered.api.command.CommandMeta
-
getPlugin
- Specified by:
getPluginin interfacecom.velocitypowered.api.command.CommandMeta
-