Class SaveAllCommand
java.lang.Object
net.minecraft.command.AbstractCommand
net.minecraft.server.dedicated.command.SaveAllCommand
- All Implemented Interfaces:
Comparable<Command>,Command
public class SaveAllCommand extends AbstractCommand
- Mappings:
Namespace Name official ayintermediary net/minecraft/class_764named net/minecraft/server/dedicated/command/SaveAllCommand
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.command.AbstractCommand
AbstractCommand.Coordinate -
Constructor Summary
Constructors Constructor Description SaveAllCommand() -
Method Summary
Modifier and Type Method Description voidexecute(CommandSource source, String[] args)StringgetCommandName()StringgetUsageTranslationKey(CommandSource source)Methods inherited from class net.minecraft.command.AbstractCommand
compareTo, concat, concat, concat, getAliases, getAsPlayer, getAutoCompleteHints, getBlock, getBlockPos, getCoordinate, getCoordinate, getEntities, getEntity, getEntity, getItem, getPermissionLevel, getPlayer, isAccessible, isUsernameAtIndex, method_5667, method_5675, method_5678, method_5679, method_5680, method_5681, method_5687, method_5688, method_5692, method_5693, parseBoolean, parseClampedDouble, parseClampedDouble, parseClampedInt, parseClampedInt, parseClampedLong, parseDouble, parseDouble, parseDouble, parseInt, parseLong, run, run, setCommandProvider
-
Constructor Details
-
SaveAllCommand
public SaveAllCommand()
-
-
Method Details
-
getCommandName
- Mappings:
Namespace Name Mixin selector official cLk;c()Ljava/lang/String;intermediary method_5889Lnet/minecraft/class_1606;method_5889()Ljava/lang/String;named getCommandNameLnet/minecraft/command/Command;getCommandName()Ljava/lang/String;
-
getUsageTranslationKey
- Mappings:
Namespace Name Mixin selector official cLk;c(Lm;)Ljava/lang/String;intermediary method_5890Lnet/minecraft/class_1606;method_5890(Lnet/minecraft/class_1659;)Ljava/lang/String;named getUsageTranslationKeyLnet/minecraft/command/Command;getUsageTranslationKey(Lnet/minecraft/command/CommandSource;)Ljava/lang/String;
-
execute
- Throws:
CommandException- Mappings:
Namespace Name Mixin selector official aLk;a(Lm;[Ljava/lang/String;)Vintermediary method_5885Lnet/minecraft/class_1606;method_5885(Lnet/minecraft/class_1659;[Ljava/lang/String;)Vnamed executeLnet/minecraft/command/Command;execute(Lnet/minecraft/command/CommandSource;[Ljava/lang/String;)V
-