Package net.minecraft.server.command
Class ReturnCommand.FailCommand<T extends AbstractServerCommandSource<T>>
java.lang.Object
net.minecraft.server.command.ReturnCommand.FailCommand<T>
- All Implemented Interfaces:
com.mojang.brigadier.Command<T>
,ControlFlowAware<T>
,ControlFlowAware.Command<T>
- Enclosing class:
ReturnCommand
private static class ReturnCommand.FailCommand<T extends AbstractServerCommandSource<T>>
extends Object
implements ControlFlowAware.Command<T>
- Mappings:
Namespace Name official akl$a
intermediary net/minecraft/class_8503$class_8933
named net/minecraft/server/command/ReturnCommand$FailCommand
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.command.ControlFlowAware
ControlFlowAware.Command<T>, ControlFlowAware.Helper<T extends AbstractServerCommandSource<T>>
-
Field Summary
Fields inherited from interface com.mojang.brigadier.Command
SINGLE_SUCCESS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(T t, com.mojang.brigadier.context.ContextChain<T> contextChain, ExecutionFlags executionFlags, ExecutionControl<T> executionControl) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.command.ControlFlowAware.Command
run
-
Constructor Details
-
FailCommand
FailCommand()
-
-
Method Details
-
execute
public void execute(T t, com.mojang.brigadier.context.ContextChain<T> contextChain, ExecutionFlags executionFlags, ExecutionControl<T> executionControl) - Specified by:
execute
in interfaceControlFlowAware<T extends AbstractServerCommandSource<T>>
- Mappings:
Namespace Name Mixin selector official a
Lakl$a;a(Ldu;Lcom/mojang/brigadier/context/ContextChain;Lgj;Lgp;)V
intermediary method_54863
Lnet/minecraft/class_8503$class_8933;method_54863(Lnet/minecraft/class_8839;Lcom/mojang/brigadier/context/ContextChain;Lnet/minecraft/class_8936;Lnet/minecraft/class_8855;)V
named execute
Lnet/minecraft/server/command/ReturnCommand$FailCommand;execute(Lnet/minecraft/server/command/AbstractServerCommandSource;Lcom/mojang/brigadier/context/ContextChain;Lnet/minecraft/command/ExecutionFlags;Lnet/minecraft/command/ExecutionControl;)V
-