Uses of Class
top.focess.qq.api.command.DataCollection
-
Packages that use DataCollection Package Description top.focess.qq.api.command top.focess.qq.api.command.converter -
-
Uses of DataCollection in top.focess.qq.api.command
Methods in top.focess.qq.api.command with parameters of type DataCollection Modifier and Type Method Description protected abstract voidDataConverter. connect(DataCollection dataCollection, T arg)Used to put data into the dataCollectionCommandResultCommandExecutor. execute(CommandSender sender, DataCollection dataCollection, IOHandler ioHandler)Used to execute the command under certain conditions -
Uses of DataCollection in top.focess.qq.api.command.converter
Methods in top.focess.qq.api.command.converter with parameters of type DataCollection Modifier and Type Method Description protected voidCommandDataConverter. connect(DataCollection dataCollection, Command command)protected voidPluginDataConverter. connect(DataCollection dataCollection, Plugin arg)
-