Class ResetChunksCommand

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

public class ResetChunksCommand extends Object
Mappings:
Namespace Name
official zo
intermediary net/minecraft/class_6479
named net/minecraft/server/command/ResetChunksCommand
  • 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 Lzo;a(Lcom/mojang/brigadier/CommandDispatcher;)V
      intermediary method_37821 Lnet/minecraft/class_6479;method_37821(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) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official a Lzo;a(Ldm;I)I
      intermediary method_37825 Lnet/minecraft/class_6479;method_37825(Lnet/minecraft/class_2168;I)I
      named executeResetChunks Lnet/minecraft/server/command/ResetChunksCommand;executeResetChunks(Lnet/minecraft/server/command/ServerCommandSource;I)I