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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidapply(T p_309535_, List<T> p_305925_, com.mojang.brigadier.context.ContextChain<T> p_305969_, ChainModifiers p_309676_, ExecutionControl<T> p_305873_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.commands.execution.CustomModifierExecutor.ModifierAdapter
apply 
- 
Constructor Details
- 
ReturnFromCommandCustomModifier
ReturnFromCommandCustomModifier() 
 - 
 - 
Method Details
- 
apply
public void apply(T p_309535_, List<T> p_305925_, com.mojang.brigadier.context.ContextChain<T> p_305969_, ChainModifiers p_309676_, ExecutionControl<T> p_305873_) - Specified by:
 applyin interfaceCustomModifierExecutor<T extends ExecutionCommandSource<T>>
 
 -