Package net.minecraft.server.commands
Class ReturnCommand.ReturnValueCustomExecutor<T extends ExecutionCommandSource<T>>
java.lang.Object
net.minecraft.server.commands.ReturnCommand.ReturnValueCustomExecutor<T>
- All Implemented Interfaces:
- com.mojang.brigadier.Command<T>,- CustomCommandExecutor<T>,- CustomCommandExecutor.CommandAdapter<T>
- Enclosing class:
- ReturnCommand
static class ReturnCommand.ReturnValueCustomExecutor<T extends ExecutionCommandSource<T>>
extends Object
implements CustomCommandExecutor.CommandAdapter<T>
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.minecraft.commands.execution.CustomCommandExecutorCustomCommandExecutor.CommandAdapter<T>, CustomCommandExecutor.WithErrorHandling<T extends ExecutionCommandSource<T>>
- 
Field SummaryFields inherited from interface com.mojang.brigadier.CommandSINGLE_SUCCESS
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidrun(T p_309669_, com.mojang.brigadier.context.ContextChain<T> p_306161_, ChainModifiers p_309665_, ExecutionControl<T> p_306298_) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.commands.execution.CustomCommandExecutor.CommandAdapterrun
- 
Constructor Details- 
ReturnValueCustomExecutorReturnValueCustomExecutor()
 
- 
- 
Method Details- 
runpublic void run(T p_309669_, com.mojang.brigadier.context.ContextChain<T> p_306161_, ChainModifiers p_309665_, ExecutionControl<T> p_306298_) - Specified by:
- runin interface- CustomCommandExecutor<T extends ExecutionCommandSource<T>>
 
 
-