Package net.minecraft.server.command
Class DebugPathCommand
java.lang.Object
net.minecraft.server.command.DebugPathCommand
- Mappings:
Namespace Name official agp
intermediary net/minecraft/class_6327
named net/minecraft/server/command/DebugPathCommand
-
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 official a
Lagp;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_33387
Lnet/minecraft/class_6327;field_33387:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named SOURCE_NOT_MOB_EXCEPTION
Lnet/minecraft/server/command/DebugPathCommand;SOURCE_NOT_MOB_EXCEPTION: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 official b
Lagp;b:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_33388
Lnet/minecraft/class_6327;field_33388:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named PATH_NOT_FOUND_EXCEPTION
Lnet/minecraft/server/command/DebugPathCommand;PATH_NOT_FOUND_EXCEPTION: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 official c
Lagp;c:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_33389
Lnet/minecraft/class_6327;field_33389:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named TARGET_NOT_REACHED_EXCEPTION
Lnet/minecraft/server/command/DebugPathCommand;TARGET_NOT_REACHED_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
-
Constructor Details
-
DebugPathCommand
public DebugPathCommand()
-
-
Method Details
-
register
- Mappings:
Namespace Name Mixin selector official a
Lagp;a(Lcom/mojang/brigadier/CommandDispatcher;)V
intermediary method_36187
Lnet/minecraft/class_6327;method_36187(Lcom/mojang/brigadier/CommandDispatcher;)V
named register
Lnet/minecraft/server/command/DebugPathCommand;register(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 official a
Lagp;a(Ldt;Lgw;)I
intermediary method_36190
Lnet/minecraft/class_6327;method_36190(Lnet/minecraft/class_2168;Lnet/minecraft/class_2338;)I
named execute
Lnet/minecraft/server/command/DebugPathCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/util/math/BlockPos;)I
-