Class DebugPathCommand

java.lang.Object
net.minecraft.server.command.DebugPathCommand

public class DebugPathCommand extends Object
Mappings:
Namespace Name
official adt
intermediary net/minecraft/class_6327
named net/minecraft/server/command/DebugPathCommand
  • 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 Ladt;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 Ladt;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 Ladt;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

      public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
      Mappings:
      Namespace Name Mixin selector
      official a Ladt;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 Ladt;a(Ldn;Lgp;)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