Class SaveAllCommand

java.lang.Object
net.minecraft.command.AbstractCommand
net.minecraft.server.dedicated.command.SaveAllCommand
All Implemented Interfaces:
Comparable, Command

public class SaveAllCommand extends AbstractCommand
Mappings:
Namespace Name
official cg
intermediary net/minecraft/class_762
named net/minecraft/server/dedicated/command/SaveAllCommand
  • Constructor Details

    • SaveAllCommand

      public SaveAllCommand()
  • Method Details

    • getCommandName

      public String getCommandName()
      Mappings:
      Namespace Name Mixin selector
      official c Lac;c()Ljava/lang/String;
      intermediary method_3277 Lnet/minecraft/class_1007;method_3277()Ljava/lang/String;
      named getCommandName Lnet/minecraft/command/Command;getCommandName()Ljava/lang/String;
    • getUsageTranslationKey

      public String getUsageTranslationKey(CommandSource source)
      Mappings:
      Namespace Name Mixin selector
      official c Lac;c(Lae;)Ljava/lang/String;
      intermediary method_3275 Lnet/minecraft/class_1007;method_3275(Lnet/minecraft/class_1061;)Ljava/lang/String;
      named getUsageTranslationKey Lnet/minecraft/command/Command;getUsageTranslationKey(Lnet/minecraft/command/CommandSource;)Ljava/lang/String;
    • execute

      public void execute(CommandSource source, String[] args)
      Mappings:
      Namespace Name Mixin selector
      official a Lac;a(Lae;[Ljava/lang/String;)V
      intermediary method_3279 Lnet/minecraft/class_1007;method_3279(Lnet/minecraft/class_1061;[Ljava/lang/String;)V
      named execute Lnet/minecraft/command/Command;execute(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;)V