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 named net/minecraft/server/command/DebugCommand$Command
intermediary net/minecraft/class_3032$class_8829
official amx$a
-
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
executeInner
(ServerCommandSource serverCommandSource, com.mojang.brigadier.context.ContextChain<ServerCommandSource> contextChain, ExecutionFlags executionFlags, ExecutionControl<ServerCommandSource> executionControl) Methods inherited from class net.minecraft.command.ControlFlowAware.Helper
execute, sendError
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
execute
Methods 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, ExecutionFlags executionFlags, ExecutionControl<ServerCommandSource> executionControl) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
executeInner
in classControlFlowAware.Helper<ServerCommandSource>
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector named executeInner
Lnet/minecraft/server/command/DebugCommand$Command;executeInner(Lnet/minecraft/server/command/ServerCommandSource;Lcom/mojang/brigadier/context/ContextChain;Lnet/minecraft/command/ExecutionFlags;Lnet/minecraft/command/ExecutionControl;)V
intermediary method_54256
Lnet/minecraft/class_3032$class_8829;method_54256(Lnet/minecraft/class_2168;Lcom/mojang/brigadier/context/ContextChain;Lnet/minecraft/class_8936;Lnet/minecraft/class_8855;)V
official a
Lamx$a;a(Lep;Lcom/mojang/brigadier/context/ContextChain;Lhj;Lhp;)V
-