Package net.minecraft.server.command
Class DebugPathCommand
java.lang.Object
net.minecraft.server.command.DebugPathCommand
- Mappings:
- Namespace - Name - official - aeh- intermediary - net/minecraft/class_6327- named - net/minecraft/server/command/DebugPathCommand
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate static intexecute(ServerCommandSource source, BlockPos pos) static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher) 
- 
Field Details- 
SOURCE_NOT_MOB_EXCEPTIONprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType SOURCE_NOT_MOB_EXCEPTION- Mappings:
- Namespace - Name - Mixin selector - official - a- Laeh;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_EXCEPTIONprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType PATH_NOT_FOUND_EXCEPTION- Mappings:
- Namespace - Name - Mixin selector - official - b- Laeh;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_EXCEPTIONprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType TARGET_NOT_REACHED_EXCEPTION- Mappings:
- Namespace - Name - Mixin selector - official - c- Laeh;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- 
DebugPathCommandpublic DebugPathCommand()
 
- 
- 
Method Details- 
register- Mappings:
- Namespace - Name - Mixin selector - official - a- Laeh;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
 
- 
executeprivate 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- Laeh;a(Lds;Lgu;)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
 
 
-