net.minecraft.server.commands

public class ForceLoadCommand

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

Field summary

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

Constructor summary

ModifierConstructor
public ()

Method summary

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