Class DifficultyCommand

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

public class DifficultyCommand extends Object
Mappings:
Namespace Name
official adv
intermediary net/minecraft/class_3036
named net/minecraft/server/command/DifficultyCommand
  • Field Details

    • FAILURE_EXCEPTION

      private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType FAILURE_EXCEPTION
      Mappings:
      Namespace Name Mixin selector
      official a Ladv;a:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
      intermediary field_13602 Lnet/minecraft/class_3036;field_13602:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
      named FAILURE_EXCEPTION Lnet/minecraft/server/command/DifficultyCommand;FAILURE_EXCEPTION:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
  • Constructor Details

    • DifficultyCommand

      public DifficultyCommand()
  • Method Details

    • register

      public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
      Mappings:
      Namespace Name Mixin selector
      official a Ladv;a(Lcom/mojang/brigadier/CommandDispatcher;)V
      intermediary method_13169 Lnet/minecraft/class_3036;method_13169(Lcom/mojang/brigadier/CommandDispatcher;)V
      named register Lnet/minecraft/server/command/DifficultyCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
    • execute

      public static int execute(ServerCommandSource source, Difficulty difficulty) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official a Ladv;a(Ldn;Lbcj;)I
      intermediary method_13173 Lnet/minecraft/class_3036;method_13173(Lnet/minecraft/class_2168;Lnet/minecraft/class_1267;)I
      named execute Lnet/minecraft/server/command/DifficultyCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/world/Difficulty;)I