Package net.minecraft.command
Class ControlFlowAware.Helper<T extends AbstractServerCommandSource<T>>
java.lang.Object
net.minecraft.command.ControlFlowAware.Helper<T>
- All Implemented Interfaces:
ControlFlowAware<T>
- Direct Known Subclasses:
DebugCommand.Command
,FunctionCommand.Command
- Enclosing interface:
ControlFlowAware<T>
public abstract static class ControlFlowAware.Helper<T extends AbstractServerCommandSource<T>>
extends Object
implements ControlFlowAware<T>
- Mappings:
Namespace Name official gl$b
intermediary net/minecraft/class_8848$class_8850
named net/minecraft/command/ControlFlowAware$Helper
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.command.ControlFlowAware
ControlFlowAware.Command<T>, ControlFlowAware.Helper<T extends AbstractServerCommandSource<T>>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
execute
(T t, com.mojang.brigadier.context.ContextChain<T> contextChain, ExecutionFlags executionFlags, ExecutionControl<T> executionControl) protected abstract void
executeInner
(T source, com.mojang.brigadier.context.ContextChain<T> contextChain, ExecutionFlags flags, ExecutionControl<T> control) protected void
sendError
(com.mojang.brigadier.exceptions.CommandSyntaxException exception, T source, ExecutionFlags flags, @Nullable Tracer tracer)
-
Constructor Details
-
Helper
public Helper()
-
-
Method Details
-
execute
public final 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
Lgl$b;a(Ldu;Lcom/mojang/brigadier/context/ContextChain;Lgj;Lgp;)V
intermediary method_54389
Lnet/minecraft/class_8848$class_8850;method_54389(Lnet/minecraft/class_8839;Lcom/mojang/brigadier/context/ContextChain;Lnet/minecraft/class_8936;Lnet/minecraft/class_8855;)V
named execute
Lnet/minecraft/command/ControlFlowAware$Helper;execute(Lnet/minecraft/server/command/AbstractServerCommandSource;Lcom/mojang/brigadier/context/ContextChain;Lnet/minecraft/command/ExecutionFlags;Lnet/minecraft/command/ExecutionControl;)V
-
sendError
protected void sendError(com.mojang.brigadier.exceptions.CommandSyntaxException exception, T source, ExecutionFlags flags, @Nullable @Nullable Tracer tracer) - Mappings:
Namespace Name Mixin selector official a
Lgl$b;a(Lcom/mojang/brigadier/exceptions/CommandSyntaxException;Ldu;Lgj;Lgr;)V
intermediary method_54255
Lnet/minecraft/class_8848$class_8850;method_54255(Lcom/mojang/brigadier/exceptions/CommandSyntaxException;Lnet/minecraft/class_8839;Lnet/minecraft/class_8936;Lnet/minecraft/class_6346;)V
named sendError
Lnet/minecraft/command/ControlFlowAware$Helper;sendError(Lcom/mojang/brigadier/exceptions/CommandSyntaxException;Lnet/minecraft/server/command/AbstractServerCommandSource;Lnet/minecraft/command/ExecutionFlags;Lnet/minecraft/server/function/Tracer;)V
-
executeInner
protected abstract void executeInner(T source, com.mojang.brigadier.context.ContextChain<T> contextChain, ExecutionFlags flags, ExecutionControl<T> control) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector official b
Lgl$b;b(Ldu;Lcom/mojang/brigadier/context/ContextChain;Lgj;Lgp;)V
intermediary method_54259
Lnet/minecraft/class_8848$class_8850;method_54259(Lnet/minecraft/class_8839;Lcom/mojang/brigadier/context/ContextChain;Lnet/minecraft/class_8936;Lnet/minecraft/class_8855;)V
named executeInner
Lnet/minecraft/command/ControlFlowAware$Helper;executeInner(Lnet/minecraft/server/command/AbstractServerCommandSource;Lcom/mojang/brigadier/context/ContextChain;Lnet/minecraft/command/ExecutionFlags;Lnet/minecraft/command/ExecutionControl;)V
-