类 ExecuteCommand<T extends ExecutionCommandSource<T>>
java.lang.Object
net.minecraft.commands.execution.tasks.ExecuteCommand<T>
- 所有已实现的接口:
UnboundEntryAction<T>
public class ExecuteCommand<T extends ExecutionCommandSource<T>>
extends Object
implements UnboundEntryAction<T>
-
字段概要
字段修饰符和类型字段说明private final String
private final com.mojang.brigadier.context.CommandContext
<T> private final ChainModifiers
-
构造器概要
构造器构造器说明ExecuteCommand
(String p_306273_, ChainModifiers p_309556_, com.mojang.brigadier.context.CommandContext<T> p_305919_) -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.commands.execution.UnboundEntryAction
bind
-
字段详细资料
-
commandInput
-
modifiers
-
executionContext
private final com.mojang.brigadier.context.CommandContext<T extends ExecutionCommandSource<T>> executionContext
-
-
构造器详细资料
-
ExecuteCommand
public ExecuteCommand(String p_306273_, ChainModifiers p_309556_, com.mojang.brigadier.context.CommandContext<T> p_305919_)
-
-
方法详细资料
-
execute
- 指定者:
execute
在接口中UnboundEntryAction<T extends ExecutionCommandSource<T>>
-