public class ForceLoadCommand extends Object
Modifier and Type | Field and Description |
---|---|
private static com.mojang.brigadier.exceptions.SimpleCommandExceptionType |
ADDED_FAILURE_EXCEPTION |
private static com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType |
QUERY_FAILURE_EXCEPTION |
private static com.mojang.brigadier.exceptions.SimpleCommandExceptionType |
REMOVED_FAILURE_EXCEPTION |
private static com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType |
TOO_BIG_EXCEPTION |
Constructor and Description |
---|
ForceLoadCommand() |
Modifier and Type | Method and Description |
---|---|
private static int |
executeChange(ServerCommandSource source,
ColumnPos from,
ColumnPos to,
boolean forceLoaded) |
private static int |
executeQuery(ServerCommandSource source) |
private static int |
executeQuery(ServerCommandSource source,
ColumnPos pos) |
private static int |
executeRemoveAll(ServerCommandSource source) |
static void |
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher) |
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType TOO_BIG_EXCEPTION
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType QUERY_FAILURE_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ADDED_FAILURE_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType REMOVED_FAILURE_EXCEPTION
public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
private static int executeQuery(ServerCommandSource source, ColumnPos pos) throws com.mojang.brigadier.exceptions.CommandSyntaxException
com.mojang.brigadier.exceptions.CommandSyntaxException
private static int executeQuery(ServerCommandSource source)
private static int executeRemoveAll(ServerCommandSource source)
private static int executeChange(ServerCommandSource source, ColumnPos from, ColumnPos to, boolean forceLoaded) throws com.mojang.brigadier.exceptions.CommandSyntaxException
com.mojang.brigadier.exceptions.CommandSyntaxException