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 SummaryNested classes/interfaces inherited from interface net.minecraft.commands.execution.CustomModifierExecutorCustomModifierExecutor.ModifierAdapter<T>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.commands.execution.CustomModifierExecutor.ModifierAdapterapply
- 
Constructor Details- 
ReturnFromCommandCustomModifierReturnFromCommandCustomModifier()
 
- 
- 
Method Details- 
applypublic 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 interface- CustomModifierExecutor<T extends ExecutionCommandSource<T>>
 
 
-