Package net.minecraft.server.command
Class DebugCommand.Command
java.lang.Object
net.minecraft.command.ControlFlowAware.Helper<ServerCommandSource>
net.minecraft.server.command.DebugCommand.Command
- All Implemented Interfaces:
com.mojang.brigadier.Command<ServerCommandSource>,ControlFlowAware<ServerCommandSource>,ControlFlowAware.Command<ServerCommandSource>
- Enclosing class:
DebugCommand
private static class DebugCommand.Command
extends ControlFlowAware.Helper<ServerCommandSource>
implements ControlFlowAware.Command<ServerCommandSource>
- Mappings:
Namespace Name official ahm$aintermediary net/minecraft/class_3032$class_8829named net/minecraft/server/command/DebugCommand$Command
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecuteInner(ServerCommandSource serverCommandSource, com.mojang.brigadier.context.ContextChain<ServerCommandSource> contextChain, boolean bool, Control<ServerCommandSource> control) protected voidsendError(com.mojang.brigadier.exceptions.CommandSyntaxException commandSyntaxException, ServerCommandSource serverCommandSource, boolean bool) Methods inherited from class net.minecraft.command.ControlFlowAware.Helper
executeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.command.ControlFlowAware
executeMethods inherited from interface net.minecraft.command.ControlFlowAware.Command
run
-
Constructor Details
-
Command
Command()
-
-
Method Details
-
executeInner
public void executeInner(ServerCommandSource serverCommandSource, com.mojang.brigadier.context.ContextChain<ServerCommandSource> contextChain, boolean bool, Control<ServerCommandSource> control) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
executeInnerin classControlFlowAware.Helper<ServerCommandSource>- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector official aLahm$a;a(Ldu;Lcom/mojang/brigadier/context/ContextChain;ZLgo;)Vintermediary method_54256Lnet/minecraft/class_3032$class_8829;method_54256(Lnet/minecraft/class_2168;Lcom/mojang/brigadier/context/ContextChain;ZLnet/minecraft/class_8855;)Vnamed executeInnerLnet/minecraft/server/command/DebugCommand$Command;executeInner(Lnet/minecraft/server/command/ServerCommandSource;Lcom/mojang/brigadier/context/ContextChain;ZLnet/minecraft/command/Control;)V
-
sendError
protected void sendError(com.mojang.brigadier.exceptions.CommandSyntaxException commandSyntaxException, ServerCommandSource serverCommandSource, boolean bool) - Overrides:
sendErrorin classControlFlowAware.Helper<ServerCommandSource>- Mappings:
Namespace Name Mixin selector official aLahm$a;a(Lcom/mojang/brigadier/exceptions/CommandSyntaxException;Ldu;Z)Vintermediary method_54254Lnet/minecraft/class_3032$class_8829;method_54254(Lcom/mojang/brigadier/exceptions/CommandSyntaxException;Lnet/minecraft/class_2168;Z)Vnamed sendErrorLnet/minecraft/server/command/DebugCommand$Command;sendError(Lcom/mojang/brigadier/exceptions/CommandSyntaxException;Lnet/minecraft/server/command/ServerCommandSource;Z)V
-