类 ReturnCommand.ReturnFailCustomExecutor<T extends ExecutionCommandSource<T>>
java.lang.Object
net.minecraft.server.commands.ReturnCommand.ReturnFailCustomExecutor<T>
- 所有已实现的接口:
com.mojang.brigadier.Command<T>
,CustomCommandExecutor<T>
,CustomCommandExecutor.CommandAdapter<T>
- 封闭类:
ReturnCommand
static class ReturnCommand.ReturnFailCustomExecutor<T extends ExecutionCommandSource<T>>
extends Object
implements CustomCommandExecutor.CommandAdapter<T>
-
嵌套类概要
从接口继承的嵌套类/接口 net.minecraft.commands.execution.CustomCommandExecutor
CustomCommandExecutor.CommandAdapter<T>, CustomCommandExecutor.WithErrorHandling<T extends ExecutionCommandSource<T>>
-
字段概要
从接口继承的字段 com.mojang.brigadier.Command
SINGLE_SUCCESS
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
run
(T p_312804_, com.mojang.brigadier.context.ContextChain<T> p_313125_, ChainModifiers p_309843_, ExecutionControl<T> p_311523_) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.commands.execution.CustomCommandExecutor.CommandAdapter
run
-
构造器详细资料
-
ReturnFailCustomExecutor
ReturnFailCustomExecutor()
-
-
方法详细资料
-
run
public void run(T p_312804_, com.mojang.brigadier.context.ContextChain<T> p_313125_, ChainModifiers p_309843_, ExecutionControl<T> p_311523_) - 指定者:
run
在接口中CustomCommandExecutor<T extends ExecutionCommandSource<T>>
-