Package net.minecraft.server.commands
Class JfrCommand
java.lang.Object
net.minecraft.server.commands.JfrCommand
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.DynamicCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidregister(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> p_183646_) private static intstartJfr(CommandSourceStack p_183650_) private static intstopJfr(CommandSourceStack p_183659_) 
- 
Field Details- 
START_FAILEDprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType START_FAILED
- 
DUMP_FAILEDprivate static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType DUMP_FAILED
 
- 
- 
Constructor Details- 
JfrCommandprivate JfrCommand()
 
- 
- 
Method Details- 
register
- 
startJfrprivate static int startJfr(CommandSourceStack p_183650_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
- 
stopJfrprivate static int stopJfr(CommandSourceStack p_183659_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
 
-