Package net.minecraft.command.impl
Class SaveAllCommand
- java.lang.Object
-
- net.minecraft.command.impl.SaveAllCommand
-
public class SaveAllCommand extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static com.mojang.brigadier.exceptions.SimpleCommandExceptionType
ERROR_FAILED
-
Constructor Summary
Constructors Constructor Description SaveAllCommand()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
register(com.mojang.brigadier.CommandDispatcher<CommandSource> p_198611_0_)
private static int
saveAll(CommandSource p_198614_0_, boolean p_198614_1_)
-
-
-
Method Detail
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<CommandSource> p_198611_0_)
-
saveAll
private static int saveAll(CommandSource p_198614_0_, boolean p_198614_1_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
-