Package net.minecraft.server.commands
Class ReturnCommand.ReturnFromCommandCustomModifier<T extends ExecutionCommandSource<T>>
java.lang.Object
net.minecraft.server.commands.ReturnCommand.ReturnFromCommandCustomModifier<T>
- All Implemented Interfaces:
com.mojang.brigadier.RedirectModifier<T>
,CustomModifierExecutor<T>
,CustomModifierExecutor.ModifierAdapter<T>
- Enclosing class:
- ReturnCommand
static class ReturnCommand.ReturnFromCommandCustomModifier<T extends ExecutionCommandSource<T>>
extends Object
implements CustomModifierExecutor.ModifierAdapter<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.commands.execution.CustomModifierExecutor
CustomModifierExecutor.ModifierAdapter<T>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(T p_310700_, List<T> p_310930_, com.mojang.brigadier.context.ContextChain<T> p_313059_, ChainModifiers p_313220_, ExecutionControl<T> p_311638_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.commands.execution.CustomModifierExecutor.ModifierAdapter
apply
-
Constructor Details
-
ReturnFromCommandCustomModifier
ReturnFromCommandCustomModifier()
-
-
Method Details
-
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_) - Specified by:
apply
in interfaceCustomModifierExecutor<T extends ExecutionCommandSource<T>>
-