Package net.minecraft.server.command
Class DebugPathCommand
java.lang.Object
net.minecraft.server.command.DebugPathCommand
- Mappings:
Namespace Name named net/minecraft/server/command/DebugPathCommand
intermediary net/minecraft/class_6327
official ana
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static int
execute
(ServerCommandSource source, BlockPos pos) static void
register
(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
-
Field Details
-
SOURCE_NOT_MOB_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType SOURCE_NOT_MOB_EXCEPTION- Mappings:
Namespace Name Mixin selector named SOURCE_NOT_MOB_EXCEPTION
Lnet/minecraft/server/command/DebugPathCommand;SOURCE_NOT_MOB_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_33387
Lnet/minecraft/class_6327;field_33387:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
official a
Lana;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
PATH_NOT_FOUND_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType PATH_NOT_FOUND_EXCEPTION- Mappings:
Namespace Name Mixin selector named PATH_NOT_FOUND_EXCEPTION
Lnet/minecraft/server/command/DebugPathCommand;PATH_NOT_FOUND_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_33388
Lnet/minecraft/class_6327;field_33388:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
official b
Lana;b:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
TARGET_NOT_REACHED_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType TARGET_NOT_REACHED_EXCEPTION- Mappings:
Namespace Name Mixin selector named TARGET_NOT_REACHED_EXCEPTION
Lnet/minecraft/server/command/DebugPathCommand;TARGET_NOT_REACHED_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_33389
Lnet/minecraft/class_6327;field_33389:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
official c
Lana;c:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
-
Constructor Details
-
DebugPathCommand
public DebugPathCommand()
-
-
Method Details
-
register
- Mappings:
Namespace Name Mixin selector named register
Lnet/minecraft/server/command/DebugPathCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
intermediary method_36187
Lnet/minecraft/class_6327;method_36187(Lcom/mojang/brigadier/CommandDispatcher;)V
official a
Lana;a(Lcom/mojang/brigadier/CommandDispatcher;)V
-
execute
private static int execute(ServerCommandSource source, BlockPos pos) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector named execute
Lnet/minecraft/server/command/DebugPathCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/util/math/BlockPos;)I
intermediary method_36190
Lnet/minecraft/class_6327;method_36190(Lnet/minecraft/class_2168;Lnet/minecraft/class_2338;)I
official a
Lana;a(Lep;Liz;)I
-