类 ForceLoadCommand
java.lang.Object
net.minecraft.server.commands.ForceLoadCommand
-
字段概要
字段修饰符和类型字段说明private 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
private static final int
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private static int
changeForceLoad
(CommandSourceStack pSource, ColumnPos pFrom, ColumnPos pTo, boolean pAdd) private static int
listForceLoad
(CommandSourceStack pSource) private static int
queryForceLoad
(CommandSourceStack pSource, ColumnPos pPos) static void
register
(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> pDispatcher) private static int
removeAll
(CommandSourceStack pSource)
-
字段详细资料
-
MAX_CHUNK_LIMIT
private static final int MAX_CHUNK_LIMIT- 另请参阅:
-
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
-
-
构造器详细资料
-
ForceLoadCommand
public ForceLoadCommand()
-
-
方法详细资料
-
register
-
queryForceLoad
private static int queryForceLoad(CommandSourceStack pSource, ColumnPos pPos) throws com.mojang.brigadier.exceptions.CommandSyntaxException - 抛出:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
listForceLoad
-
removeAll
-
changeForceLoad
private static int changeForceLoad(CommandSourceStack pSource, ColumnPos pFrom, ColumnPos pTo, boolean pAdd) throws com.mojang.brigadier.exceptions.CommandSyntaxException - 抛出:
com.mojang.brigadier.exceptions.CommandSyntaxException
-