Package net.minecraft.server.commands
Class DebugPathCommand
java.lang.Object
net.minecraft.server.commands.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
fillBlocks
(CommandSourceStack p_180130_, BlockPos p_180131_) static void
register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_180124_)
-
Field Details
-
ERROR_NOT_MOB
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_NOT_MOB -
ERROR_NO_PATH
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_NO_PATH -
ERROR_NOT_COMPLETE
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_NOT_COMPLETE
-
-
Constructor Details
-
DebugPathCommand
public DebugPathCommand()
-
-
Method Details
-
register
-
fillBlocks
private static int fillBlocks(CommandSourceStack p_180130_, BlockPos p_180131_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-