Package net.minecraft.server.command
Class JfrCommand
java.lang.Object
net.minecraft.server.command.JfrCommand
- Mappings:
Namespace Name official afl
intermediary net/minecraft/class_6607
named net/minecraft/server/command/JfrCommand
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static int
executeStart
(ServerCommandSource source) private static int
executeStop
(ServerCommandSource source) static void
register
(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 a
Lafl;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_34880
Lnet/minecraft/class_6607;field_34880:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named JFR_START_FAILED_EXCEPTION
Lnet/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 b
Lafl;b:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
intermediary field_34881
Lnet/minecraft/class_6607;field_34881:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
named JFR_DUMP_FAILED_EXCEPTION
Lnet/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 a
Lafl;a(Lcom/mojang/brigadier/CommandDispatcher;)V
intermediary method_38612
Lnet/minecraft/class_6607;method_38612(Lcom/mojang/brigadier/CommandDispatcher;)V
named register
Lnet/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 a
Lafl;a(Ldr;)I
intermediary method_38614
Lnet/minecraft/class_6607;method_38614(Lnet/minecraft/class_2168;)I
named executeStart
Lnet/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 b
Lafl;b(Ldr;)I
intermediary method_38617
Lnet/minecraft/class_6607;method_38617(Lnet/minecraft/class_2168;)I
named executeStop
Lnet/minecraft/server/command/JfrCommand;executeStop(Lnet/minecraft/server/command/ServerCommandSource;)I
-