MCResultConsumer
导入相关包
It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.
方法
onCommand完成
Return Type: void
It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.
import crafttweaker.api.commands.custom.MCResultConsumer;
Return Type: void
MCResultConsumer.onCommandComplete(commandContext as MCCommandContext, success as boolean, result as int) as void
参数 | 类型 | 描述 |
---|---|---|
命令内容 | MCCommandContext | No Description Provided |
success | boolean | No Description Provided |
result | int | No Description Provided |