Package net.minecraft.server.command
Class JfrCommand
java.lang.Object
net.minecraft.server.command.JfrCommand
- Mappings:
- Namespace - Name - named - net/minecraft/server/command/JfrCommand- intermediary - net/minecraft/class_6607- official - anj
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.DynamicCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate static intexecuteStart(ServerCommandSource source) private static intexecuteStop(ServerCommandSource source) static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher) 
- 
Field Details- 
JFR_START_FAILED_EXCEPTIONprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType JFR_START_FAILED_EXCEPTION- Mappings:
- Namespace - Name - Mixin selector - named - JFR_START_FAILED_EXCEPTION- Lnet/minecraft/server/command/JfrCommand;JFR_START_FAILED_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;- intermediary - field_34880- Lnet/minecraft/class_6607;field_34880:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;- official - a- Lanj;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
 
- 
JFR_DUMP_FAILED_EXCEPTIONprivate static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType JFR_DUMP_FAILED_EXCEPTION- Mappings:
- Namespace - Name - Mixin selector - named - JFR_DUMP_FAILED_EXCEPTION- Lnet/minecraft/server/command/JfrCommand;JFR_DUMP_FAILED_EXCEPTION:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;- intermediary - field_34881- Lnet/minecraft/class_6607;field_34881:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;- official - b- Lanj;b:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
 
 
- 
- 
Constructor Details- 
JfrCommandprivate JfrCommand()
 
- 
- 
Method Details- 
register- Mappings:
- Namespace - Name - Mixin selector - named - register- Lnet/minecraft/server/command/JfrCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V- intermediary - method_38612- Lnet/minecraft/class_6607;method_38612(Lcom/mojang/brigadier/CommandDispatcher;)V- official - a- Lanj;a(Lcom/mojang/brigadier/CommandDispatcher;)V
 
- 
executeStartprivate static int executeStart(ServerCommandSource source) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
- Namespace - Name - Mixin selector - named - executeStart- Lnet/minecraft/server/command/JfrCommand;executeStart(Lnet/minecraft/server/command/ServerCommandSource;)I- intermediary - method_38614- Lnet/minecraft/class_6607;method_38614(Lnet/minecraft/class_2168;)I- official - a- Lanj;a(Lex;)I
 
- 
executeStopprivate static int executeStop(ServerCommandSource source) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
- Namespace - Name - Mixin selector - named - executeStop- Lnet/minecraft/server/command/JfrCommand;executeStop(Lnet/minecraft/server/command/ServerCommandSource;)I- intermediary - method_38617- Lnet/minecraft/class_6607;method_38617(Lnet/minecraft/class_2168;)I- official - b- Lanj;b(Lex;)I
 
 
-