Package net.minecraft.command.impl
Class ForceLoadCommand
java.lang.Object
net.minecraft.command.impl.ForceLoadCommand
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate 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 Details
-
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
-
-
Constructor Details
-
ForceLoadCommand
public ForceLoadCommand()
-
-
Method Details
-
register
-
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
-
removeAll
-
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
-