Class ResetChunksCommand

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

public class ResetChunksCommand extends Object
Mappings:
Namespace Name
official afc
intermediary net/minecraft/class_6608
named net/minecraft/server/command/ResetChunksCommand
  • Field Details

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official a Lafc;a:Lorg/slf4j/Logger;
      intermediary field_34882 Lnet/minecraft/class_6608;field_34882:Lorg/slf4j/Logger;
      named LOGGER Lnet/minecraft/server/command/ResetChunksCommand;LOGGER:Lorg/slf4j/Logger;
  • Constructor Details

    • ResetChunksCommand

      public ResetChunksCommand()
  • Method Details

    • register

      public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
      Mappings:
      Namespace Name Mixin selector
      official a Lafc;a(Lcom/mojang/brigadier/CommandDispatcher;)V
      intermediary method_38623 Lnet/minecraft/class_6608;method_38623(Lcom/mojang/brigadier/CommandDispatcher;)V
      named register Lnet/minecraft/server/command/ResetChunksCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
    • executeResetChunks

      private static int executeResetChunks(ServerCommandSource source, int radius, boolean skipOldChunks)
      Mappings:
      Namespace Name Mixin selector
      official a Lafc;a(Ldn;IZ)I
      intermediary method_38626 Lnet/minecraft/class_6608;method_38626(Lnet/minecraft/class_2168;IZ)I
      named executeResetChunks Lnet/minecraft/server/command/ResetChunksCommand;executeResetChunks(Lnet/minecraft/server/command/ServerCommandSource;IZ)I