Class ForceLoadCommand

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

public class ForceLoadCommand extends Object
  • Field Details

  • Constructor Details

    • ForceLoadCommand

      public ForceLoadCommand()
  • Method Details

    • register

      public static void register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher)
    • queryForceLoad

      private static int queryForceLoad(CommandSourceStack source, ColumnPos pos) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • listForceLoad

      private static int listForceLoad(CommandSourceStack source)
    • removeAll

      private static int removeAll(CommandSourceStack source)
    • changeForceLoad

      private static int changeForceLoad(CommandSourceStack source, ColumnPos from, ColumnPos to, boolean add) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException