Package net.minecraft.server.command
Class DebugPathCommand
java.lang.Object
net.minecraft.server.command.DebugPathCommand
- Mappings:
 Namespace Name named net/minecraft/server/command/DebugPathCommandintermediary net/minecraft/class_6327official ams
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprivate static intexecute(ServerCommandSource source, BlockPos pos) static voidregister(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_EXCEPTIONLnet/minecraft/server/command/DebugPathCommand;SOURCE_NOT_MOB_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_33387Lnet/minecraft/class_6327;field_33387:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;official aLams;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_EXCEPTIONLnet/minecraft/server/command/DebugPathCommand;PATH_NOT_FOUND_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_33388Lnet/minecraft/class_6327;field_33388:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;official bLams;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_EXCEPTIONLnet/minecraft/server/command/DebugPathCommand;TARGET_NOT_REACHED_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_33389Lnet/minecraft/class_6327;field_33389:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;official cLams;c:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
 
 - 
 - 
Constructor Details
- 
DebugPathCommand
public DebugPathCommand() 
 - 
 - 
Method Details
- 
register
- Mappings:
 Namespace Name Mixin selector named registerLnet/minecraft/server/command/DebugPathCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)Vintermediary method_36187Lnet/minecraft/class_6327;method_36187(Lcom/mojang/brigadier/CommandDispatcher;)Vofficial aLams;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 executeLnet/minecraft/server/command/DebugPathCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/util/math/BlockPos;)Iintermediary method_36190Lnet/minecraft/class_6327;method_36190(Lnet/minecraft/class_2168;Lnet/minecraft/class_2338;)Iofficial aLams;a(Lex;Lji;)I
 
 -