Package net.minecraft.server.command
Class JfrCommand
java.lang.Object
net.minecraft.server.command.JfrCommand
- Mappings:
 Namespace Name official aeyintermediary net/minecraft/class_6607named net/minecraft/server/command/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 TypeMethodDescriptionprivate static intexecuteStart(ServerCommandSource source) private static intexecuteStop(ServerCommandSource source) static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)  
- 
Field Details
- 
JFR_START_FAILED_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType JFR_START_FAILED_EXCEPTION- Mappings:
 Namespace Name Mixin selector official aLaey;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_34880Lnet/minecraft/class_6607;field_34880:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named JFR_START_FAILED_EXCEPTIONLnet/minecraft/server/command/JfrCommand;JFR_START_FAILED_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
 - 
JFR_DUMP_FAILED_EXCEPTION
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType JFR_DUMP_FAILED_EXCEPTION- Mappings:
 Namespace Name Mixin selector official bLaey;b:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;intermediary field_34881Lnet/minecraft/class_6607;field_34881:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;named JFR_DUMP_FAILED_EXCEPTIONLnet/minecraft/server/command/JfrCommand;JFR_DUMP_FAILED_EXCEPTION:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
 
 - 
 - 
Constructor Details
- 
JfrCommand
private JfrCommand() 
 - 
 - 
Method Details
- 
register
- Mappings:
 Namespace Name Mixin selector official aLaey;a(Lcom/mojang/brigadier/CommandDispatcher;)Vintermediary method_38612Lnet/minecraft/class_6607;method_38612(Lcom/mojang/brigadier/CommandDispatcher;)Vnamed registerLnet/minecraft/server/command/JfrCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
 - 
executeStart
private static int executeStart(ServerCommandSource source) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
 com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
 Namespace Name Mixin selector official aLaey;a(Lds;)Iintermediary method_38614Lnet/minecraft/class_6607;method_38614(Lnet/minecraft/class_2168;)Inamed executeStartLnet/minecraft/server/command/JfrCommand;executeStart(Lnet/minecraft/server/command/ServerCommandSource;)I
 - 
executeStop
private static int executeStop(ServerCommandSource source) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
 com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
 Namespace Name Mixin selector official bLaey;b(Lds;)Iintermediary method_38617Lnet/minecraft/class_6607;method_38617(Lnet/minecraft/class_2168;)Inamed executeStopLnet/minecraft/server/command/JfrCommand;executeStop(Lnet/minecraft/server/command/ServerCommandSource;)I
 
 -