Package net.minecraft.server.commands
Class ReturnCommand.ReturnFailCustomExecutor<T extends ExecutionCommandSource<T>>
java.lang.Object
net.minecraft.server.commands.ReturnCommand.ReturnFailCustomExecutor<T>
- All Implemented Interfaces:
- com.mojang.brigadier.Command<T>,- CustomCommandExecutor<T>,- CustomCommandExecutor.CommandAdapter<T>
- Enclosing class:
- ReturnCommand
static class ReturnCommand.ReturnFailCustomExecutor<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_309679_, com.mojang.brigadier.context.ContextChain<T> p_309539_, ChainModifiers p_309649_, ExecutionControl<T> p_309599_) 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- 
ReturnFailCustomExecutorReturnFailCustomExecutor()
 
- 
- 
Method Details- 
runpublic void run(T p_309679_, com.mojang.brigadier.context.ContextChain<T> p_309539_, ChainModifiers p_309649_, ExecutionControl<T> p_309599_) - Specified by:
- runin interface- CustomCommandExecutor<T extends ExecutionCommandSource<T>>
 
 
-