类 ReturnCommand.ReturnFromCommandCustomModifier<T extends ExecutionCommandSource<T>>
java.lang.Object
net.minecraft.server.commands.ReturnCommand.ReturnFromCommandCustomModifier<T>
- 所有已实现的接口:
com.mojang.brigadier.RedirectModifier<T>
,CustomModifierExecutor<T>
,CustomModifierExecutor.ModifierAdapter<T>
- 封闭类:
ReturnCommand
static class ReturnCommand.ReturnFromCommandCustomModifier<T extends ExecutionCommandSource<T>>
extends Object
implements CustomModifierExecutor.ModifierAdapter<T>
-
嵌套类概要
从接口继承的嵌套类/接口 net.minecraft.commands.execution.CustomModifierExecutor
CustomModifierExecutor.ModifierAdapter<T>
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
apply
(T p_310700_, List<T> p_310930_, com.mojang.brigadier.context.ContextChain<T> p_313059_, ChainModifiers p_313220_, ExecutionControl<T> p_311638_) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.commands.execution.CustomModifierExecutor.ModifierAdapter
apply
-
构造器详细资料
-
ReturnFromCommandCustomModifier
ReturnFromCommandCustomModifier()
-
-
方法详细资料
-
apply
public void apply(T p_310700_, List<T> p_310930_, com.mojang.brigadier.context.ContextChain<T> p_313059_, ChainModifiers p_313220_, ExecutionControl<T> p_311638_) - 指定者:
apply
在接口中CustomModifierExecutor<T extends ExecutionCommandSource<T>>
-