Uses of Class
io.github.projectunified.craftcommand.CommandInfo
Packages that use CommandInfo
Package
Description
Core runtime for CraftCommand.
Bukkit platform runtime for CraftCommand.
Paper platform runtime for CraftCommand.
Standalone platform runtime for CraftCommand.
-
Uses of CommandInfo in io.github.projectunified.craftcommand
Methods in io.github.projectunified.craftcommand that return types with arguments of type CommandInfoModifier and TypeMethodDescriptionabstract List<CommandInfo> CommandManager.getCommandInfo(Object commandInstance) Gets command metadata for a registered command instance. -
Uses of CommandInfo in io.github.projectunified.craftcommand.bukkit
Methods in io.github.projectunified.craftcommand.bukkit that return types with arguments of type CommandInfo -
Uses of CommandInfo in io.github.projectunified.craftcommand.paper
Methods in io.github.projectunified.craftcommand.paper that return types with arguments of type CommandInfoModifier and TypeMethodDescriptionPaperCommand.getCommandInfo()Gets the command metadata.PaperCommandManager.getCommandInfo(Object commandInstance) -
Uses of CommandInfo in io.github.projectunified.craftcommand.standalone
Methods in io.github.projectunified.craftcommand.standalone that return types with arguments of type CommandInfoModifier and TypeMethodDescriptionStandaloneCommand.getCommandInfo()Gets the command metadata.StandaloneCommandManager.getCommandInfo(Object commandInstance)