Package net.minecraft.command.impl
Class ForceLoadCommand
- java.lang.Object
-
- net.minecraft.command.impl.ForceLoadCommand
-
public class ForceLoadCommand extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static com.mojang.brigadier.exceptions.SimpleCommandExceptionType
ERROR_ALL_ADDED
private static com.mojang.brigadier.exceptions.SimpleCommandExceptionType
ERROR_NONE_REMOVED
private static com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
ERROR_NOT_TICKING
private static com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
ERROR_TOO_MANY_CHUNKS
-
Constructor Summary
Constructors Constructor Description ForceLoadCommand()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static int
changeForceLoad(CommandSource p_212719_0_, ColumnPos p_212719_1_, ColumnPos p_212719_2_, boolean p_212719_3_)
private static int
listForceLoad(CommandSource p_212721_0_)
private static int
queryForceLoad(CommandSource p_212713_0_, ColumnPos p_212713_1_)
static void
register(com.mojang.brigadier.CommandDispatcher<CommandSource> p_212712_0_)
private static int
removeAll(CommandSource p_212722_0_)
-
-
-
Field Detail
-
ERROR_TOO_MANY_CHUNKS
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType ERROR_TOO_MANY_CHUNKS
-
ERROR_NOT_TICKING
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType ERROR_NOT_TICKING
-
ERROR_ALL_ADDED
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_ALL_ADDED
-
ERROR_NONE_REMOVED
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_NONE_REMOVED
-
-
Method Detail
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<CommandSource> p_212712_0_)
-
queryForceLoad
private static int queryForceLoad(CommandSource p_212713_0_, ColumnPos p_212713_1_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
listForceLoad
private static int listForceLoad(CommandSource p_212721_0_)
-
removeAll
private static int removeAll(CommandSource p_212722_0_)
-
changeForceLoad
private static int changeForceLoad(CommandSource p_212719_0_, ColumnPos p_212719_1_, ColumnPos p_212719_2_, boolean p_212719_3_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
-