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 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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
run
(T p_309679_, com.mojang.brigadier.context.ContextChain<T> p_309539_, ChainModifiers p_309649_, ExecutionControl<T> p_309599_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.commands.execution.CustomCommandExecutor.CommandAdapter
run
-
Constructor Details
-
ReturnFailCustomExecutor
ReturnFailCustomExecutor()
-
-
Method Details
-
run
public void run(T p_309679_, com.mojang.brigadier.context.ContextChain<T> p_309539_, ChainModifiers p_309649_, ExecutionControl<T> p_309599_) - Specified by:
run
in interfaceCustomCommandExecutor<T extends ExecutionCommandSource<T>>
-