Package net.minecraft.server.commands
Class JfrCommand
java.lang.Object
net.minecraft.server.commands.JfrCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.DynamicCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregister(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) private static intstartJfr(CommandSourceStack pSource) private static intstopJfr(CommandSourceStack pSource)
-
Field Details
-
START_FAILED
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType START_FAILED -
DUMP_FAILED
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType DUMP_FAILED
-
-
Constructor Details
-
JfrCommand
private JfrCommand()
-
-
Method Details
-
register
-
startJfr
private static int startJfr(CommandSourceStack pSource) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
stopJfr
private static int stopJfr(CommandSourceStack pSource) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-