Class CommandData
java.lang.Object
org.cloudburstmc.server.command.data.CommandData
This stores the information about a command.
To create during
Command constructors, use the
builder(String) method to obtain a builder.- See Also:
PluginCommand
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic CommandData.BuildergetUsage()voidremoveAlias(String alias)voidsetRegisteredName(String name)com.nukkitx.protocol.bedrock.data.command.CommandData
-
Method Details
-
builder
-
getRegisteredName
-
setRegisteredName
-
getDescription
-
getPermissions
-
getAliases
-
removeAlias
-
toNetwork
public com.nukkitx.protocol.bedrock.data.command.CommandData toNetwork() -
getOverloads
-
getPermissionMessage
-
getUsage
-