net.minecraft.server.command

public class ForceLoadCommand

net.minecraft.server.commands.ForceLoadCommand
net.minecraft.server.commands.ForceLoadCommand
net.minecraft.class_3060
net.minecraft.server.command.ForceLoadCommand

Field summary

Modifier and TypeField
private static final int
MAX_CHUNK_LIMIT
MAX_CHUNK_LIMIT
field_33392
MAX_CHUNKS
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
ERROR_TOO_MANY_CHUNKS
ERROR_TOO_MANY_CHUNKS
field_13657
TOO_BIG_EXCEPTION
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
ERROR_NOT_TICKING
ERROR_NOT_TICKING
field_13659
QUERY_FAILURE_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
ERROR_ALL_ADDED
ERROR_ALL_ADDED
field_13658
ADDED_FAILURE_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
ERROR_NONE_REMOVED
ERROR_NONE_REMOVED
field_13660
REMOVED_FAILURE_EXCEPTION

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static void
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher)
method_13365(com.mojang.brigadier.CommandDispatcher<class_2168> arg0)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
private static int
queryForceLoad(CommandSourceStack source, ColumnPos pos)
queryForceLoad(CommandSourceStack source, ColumnPos pos)
method_13374(class_2168 arg0, class_2265 arg1)
executeQuery(ServerCommandSource source, ColumnPos pos)
private static int
listForceLoad(CommandSourceStack source)
listForceLoad(CommandSourceStack source)
method_13373(class_2168 arg0)
executeQuery(ServerCommandSource source)
private static int
removeAll(CommandSourceStack source)
removeAll(CommandSourceStack source)
method_13366(class_2168 arg0)
executeRemoveAll(ServerCommandSource source)
private static int
changeForceLoad(CommandSourceStack source, ColumnPos from, ColumnPos to, boolean add)
changeForceLoad(CommandSourceStack source, ColumnPos from, ColumnPos to, boolean add)
method_13372(class_2168 arg0, class_2265 arg1, class_2265 arg2, boolean arg3)
executeChange(ServerCommandSource source, ColumnPos from, ColumnPos to, boolean forceLoaded)