Class ForceLoadCommand

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

public class ForceLoadCommand extends Object
Mappings:
Namespace Name
official aed
intermediary net/minecraft/class_3060
named net/minecraft/server/command/ForceLoadCommand
  • Field Details

    • MAX_CHUNKS

      private static final int MAX_CHUNKS
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Laed;a:I
      intermediary field_33392 Lnet/minecraft/class_3060;field_33392:I
      named MAX_CHUNKS Lnet/minecraft/server/command/ForceLoadCommand;MAX_CHUNKS:I
    • TOO_BIG_EXCEPTION

      private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType TOO_BIG_EXCEPTION
      Mappings:
      Namespace Name Mixin selector
      official b Laed;b:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
      intermediary field_13657 Lnet/minecraft/class_3060;field_13657:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
      named TOO_BIG_EXCEPTION Lnet/minecraft/server/command/ForceLoadCommand;TOO_BIG_EXCEPTION:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
    • QUERY_FAILURE_EXCEPTION

      private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType QUERY_FAILURE_EXCEPTION
      Mappings:
      Namespace Name Mixin selector
      official c Laed;c:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
      intermediary field_13659 Lnet/minecraft/class_3060;field_13659:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
      named QUERY_FAILURE_EXCEPTION Lnet/minecraft/server/command/ForceLoadCommand;QUERY_FAILURE_EXCEPTION:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
    • ADDED_FAILURE_EXCEPTION

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ADDED_FAILURE_EXCEPTION
      Mappings:
      Namespace Name Mixin selector
      official d Laed;d:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      intermediary field_13658 Lnet/minecraft/class_3060;field_13658:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      named ADDED_FAILURE_EXCEPTION Lnet/minecraft/server/command/ForceLoadCommand;ADDED_FAILURE_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
    • REMOVED_FAILURE_EXCEPTION

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType REMOVED_FAILURE_EXCEPTION
      Mappings:
      Namespace Name Mixin selector
      official e Laed;e:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      intermediary field_13660 Lnet/minecraft/class_3060;field_13660:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      named REMOVED_FAILURE_EXCEPTION Lnet/minecraft/server/command/ForceLoadCommand;REMOVED_FAILURE_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
  • Constructor Details

    • ForceLoadCommand

      public ForceLoadCommand()
  • Method Details

    • register

      public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
      Mappings:
      Namespace Name Mixin selector
      official a Laed;a(Lcom/mojang/brigadier/CommandDispatcher;)V
      intermediary method_13365 Lnet/minecraft/class_3060;method_13365(Lcom/mojang/brigadier/CommandDispatcher;)V
      named register Lnet/minecraft/server/command/ForceLoadCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
    • executeQuery

      private static int executeQuery(ServerCommandSource source, ColumnPos pos) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official a Laed;a(Ldn;Lahd;)I
      intermediary method_13374 Lnet/minecraft/class_3060;method_13374(Lnet/minecraft/class_2168;Lnet/minecraft/class_2265;)I
      named executeQuery Lnet/minecraft/server/command/ForceLoadCommand;executeQuery(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/util/math/ColumnPos;)I
    • executeQuery

      private static int executeQuery(ServerCommandSource source)
      Mappings:
      Namespace Name Mixin selector
      official a Laed;a(Ldn;)I
      intermediary method_13373 Lnet/minecraft/class_3060;method_13373(Lnet/minecraft/class_2168;)I
      named executeQuery Lnet/minecraft/server/command/ForceLoadCommand;executeQuery(Lnet/minecraft/server/command/ServerCommandSource;)I
    • executeRemoveAll

      private static int executeRemoveAll(ServerCommandSource source)
      Mappings:
      Namespace Name Mixin selector
      official b Laed;b(Ldn;)I
      intermediary method_13366 Lnet/minecraft/class_3060;method_13366(Lnet/minecraft/class_2168;)I
      named executeRemoveAll Lnet/minecraft/server/command/ForceLoadCommand;executeRemoveAll(Lnet/minecraft/server/command/ServerCommandSource;)I
    • executeChange

      private static int executeChange(ServerCommandSource source, ColumnPos from, ColumnPos to, boolean forceLoaded) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official a Laed;a(Ldn;Lahd;Lahd;Z)I
      intermediary method_13372 Lnet/minecraft/class_3060;method_13372(Lnet/minecraft/class_2168;Lnet/minecraft/class_2265;Lnet/minecraft/class_2265;Z)I
      named executeChange Lnet/minecraft/server/command/ForceLoadCommand;executeChange(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/util/math/ColumnPos;Lnet/minecraft/util/math/ColumnPos;Z)I