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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrun(T p_312804_, com.mojang.brigadier.context.ContextChain<T> p_313125_, ChainModifiers p_309843_, ExecutionControl<T> p_311523_) 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
-
ReturnFailCustomExecutor
ReturnFailCustomExecutor()
-
-
Method Details
-
run
public void run(T p_312804_, com.mojang.brigadier.context.ContextChain<T> p_313125_, ChainModifiers p_309843_, ExecutionControl<T> p_311523_) - Specified by:
runin interfaceCustomCommandExecutor<T extends ExecutionCommandSource<T>>
-