Class SaveAllCommand

java.lang.Object
net.minecraft.server.dedicated.command.SaveAllCommand

public class SaveAllCommand extends Object
Mappings:
Namespace Name
official afd
intermediary net/minecraft/class_3104
named net/minecraft/server/dedicated/command/SaveAllCommand
  • Field Details

    • FAILED_EXCEPTION

      private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType FAILED_EXCEPTION
      Mappings:
      Namespace Name Mixin selector
      official a Lafd;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      intermediary field_13701 Lnet/minecraft/class_3104;field_13701:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
      named FAILED_EXCEPTION Lnet/minecraft/server/dedicated/command/SaveAllCommand;FAILED_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
  • Constructor Details

    • SaveAllCommand

      public SaveAllCommand()
  • Method Details

    • register

      public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
      Mappings:
      Namespace Name Mixin selector
      official a Lafd;a(Lcom/mojang/brigadier/CommandDispatcher;)V
      intermediary method_13551 Lnet/minecraft/class_3104;method_13551(Lcom/mojang/brigadier/CommandDispatcher;)V
      named register Lnet/minecraft/server/dedicated/command/SaveAllCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
    • saveAll

      private static int saveAll(ServerCommandSource source, boolean flush) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official a Lafd;a(Ldn;Z)I
      intermediary method_13550 Lnet/minecraft/class_3104;method_13550(Lnet/minecraft/class_2168;Z)I
      named saveAll Lnet/minecraft/server/dedicated/command/SaveAllCommand;saveAll(Lnet/minecraft/server/command/ServerCommandSource;Z)I