Class CommandInfo
java.lang.Object
io.github.projectunified.craftcommand.CommandInfo
Metadata for a command or subcommand (path, usage, description).
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CommandInfo
-
-
Method Details
-
getPath
Command path (e.g. ["teleport", "player"]). -
getUsage
Usage syntax (e.g.<target>). -
getDescription
Description string.
-