类 DebugCommand
java.lang.Object
net.minecraft.server.commands.DebugCommand
-
嵌套类概要
嵌套类修饰符和类型类说明(专用程序包) static class
(专用程序包) static class
-
字段概要
字段修饰符和类型字段说明private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
(专用程序包) static final org.slf4j.Logger
(专用程序包) static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
(专用程序包) static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static void
register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_136906_) private static int
start
(CommandSourceStack p_136910_) private static int
stop
(CommandSourceStack p_136916_)
-
字段详细资料
-
LOGGER
static final org.slf4j.Logger LOGGER -
ERROR_NOT_RUNNING
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_NOT_RUNNING -
ERROR_ALREADY_RUNNING
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_ALREADY_RUNNING -
NO_RECURSIVE_TRACES
static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType NO_RECURSIVE_TRACES -
NO_RETURN_RUN
static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType NO_RETURN_RUN
-
-
构造器详细资料
-
DebugCommand
public DebugCommand()
-
-
方法详细资料
-
register
-
start
private static int start(CommandSourceStack p_136910_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - 抛出:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
stop
private static int stop(CommandSourceStack p_136916_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - 抛出:
com.mojang.brigadier.exceptions.CommandSyntaxException
-