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 Summary
Nested classes/interfaces inherited from interface net.minecraft.commands.execution.CustomCommandExecutor
CustomCommandExecutor.CommandAdapter<T>, CustomCommandExecutor.WithErrorHandling<T extends ExecutionCommandSource<T>> - 
Field Summary
Fields inherited from interface com.mojang.brigadier.Command
SINGLE_SUCCESS - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.commands.execution.CustomCommandExecutor.CommandAdapter
run 
- 
Constructor Details
- 
ReturnValueCustomExecutor
ReturnValueCustomExecutor() 
 - 
 - 
Method Details
- 
run
public void run(T p_309669_, com.mojang.brigadier.context.ContextChain<T> p_306161_, ChainModifiers p_309665_, ExecutionControl<T> p_306298_) - Specified by:
 runin interfaceCustomCommandExecutor<T extends ExecutionCommandSource<T>>
 
 -