Package net.minecraft.server.command
Class DebugCommand.class_8829
java.lang.Object
net.minecraft.class_8848.class_8850<ServerCommandSource>
net.minecraft.server.command.DebugCommand.class_8829
- All Implemented Interfaces:
com.mojang.brigadier.Command<ServerCommandSource>,class_8848<ServerCommandSource>,class_8848.class_8849<ServerCommandSource>
- Enclosing class:
DebugCommand
private static class DebugCommand.class_8829
extends class_8848.class_8850<ServerCommandSource>
implements class_8848.class_8849<ServerCommandSource>
- Mappings:
Namespace Name official ahm$aintermediary net/minecraft/class_3032$class_8829named net/minecraft/server/command/DebugCommand$class_8829
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.class_8848
class_8848.class_8849<T>, class_8848.class_8850<T extends class_8839<T>> -
Field Summary
Fields inherited from interface com.mojang.brigadier.Command
SINGLE_SUCCESS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidmethod_54255(com.mojang.brigadier.exceptions.CommandSyntaxException commandSyntaxException, ServerCommandSource serverCommandSource, boolean bool) voidmethod_54259(ServerCommandSource serverCommandSource, com.mojang.brigadier.context.ContextChain<ServerCommandSource> contextChain, boolean bool, class_8855<ServerCommandSource> class_8855) Methods inherited from class net.minecraft.class_8848.class_8850
method_54290Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.class_8848
method_54290Methods inherited from interface net.minecraft.class_8848.class_8849
run
-
Constructor Details
-
class_8829
class_8829()
-
-
Method Details
-
method_54259
public void method_54259(ServerCommandSource serverCommandSource, com.mojang.brigadier.context.ContextChain<ServerCommandSource> contextChain, boolean bool, class_8855<ServerCommandSource> class_8855) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
method_54259in classclass_8848.class_8850<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 method_54259Lnet/minecraft/server/command/DebugCommand$class_8829;method_54259(Lnet/minecraft/server/command/ServerCommandSource;Lcom/mojang/brigadier/context/ContextChain;ZLnet/minecraft/class_8855;)V
-
method_54255
protected void method_54255(com.mojang.brigadier.exceptions.CommandSyntaxException commandSyntaxException, ServerCommandSource serverCommandSource, boolean bool) - Overrides:
method_54255in classclass_8848.class_8850<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 method_54255Lnet/minecraft/server/command/DebugCommand$class_8829;method_54255(Lcom/mojang/brigadier/exceptions/CommandSyntaxException;Lnet/minecraft/server/command/ServerCommandSource;Z)V
-