Class JfrCommand

java.lang.Object
net.minecraft.server.command.JfrCommand

public class JfrCommand extends Object
Mappings:
Namespace Name
official aek
intermediary net/minecraft/class_6607
named net/minecraft/server/command/JfrCommand
  • 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 Laek;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 Laek;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

      public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
      Mappings:
      Namespace Name Mixin selector
      official a Laek;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 Laek;a(Ldn;)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 Laek;b(Ldn;)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