Package net.minecraft.server.command
Class ForceLoadCommand
java.lang.Object
net.minecraft.server.command.ForceLoadCommand
public class ForceLoadCommand extends Object
- Mappings:
Namespace Name official xq
intermediary net/minecraft/class_3060
named net/minecraft/server/command/ForceLoadCommand
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description ForceLoadCommand()
-
Method Summary
Modifier and Type Method 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)
-
Field Details
-
TOO_BIG_EXCEPTION
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType TOO_BIG_EXCEPTION- Mappings:
Namespace Name Mixin selector official a
Lxq;a:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
intermediary field_13657
Lnet/minecraft/class_3060;field_13657:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
named TOO_BIG_EXCEPTION
Lnet/minecraft/server/command/ForceLoadCommand;TOO_BIG_EXCEPTION:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
-
QUERY_FAILURE_EXCEPTION
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType QUERY_FAILURE_EXCEPTION- Mappings:
Namespace Name Mixin selector official b
Lxq;b:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
intermediary field_13659
Lnet/minecraft/class_3060;field_13659:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
named QUERY_FAILURE_EXCEPTION
Lnet/minecraft/server/command/ForceLoadCommand;QUERY_FAILURE_EXCEPTION:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
-
ADDED_FAILURE_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ADDED_FAILURE_EXCEPTION- Mappings:
Namespace Name Mixin selector official c
Lxq;c:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_13658
Lnet/minecraft/class_3060;field_13658:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named ADDED_FAILURE_EXCEPTION
Lnet/minecraft/server/command/ForceLoadCommand;ADDED_FAILURE_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
REMOVED_FAILURE_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType REMOVED_FAILURE_EXCEPTION- Mappings:
Namespace Name Mixin selector official d
Lxq;d:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_13660
Lnet/minecraft/class_3060;field_13660:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named REMOVED_FAILURE_EXCEPTION
Lnet/minecraft/server/command/ForceLoadCommand;REMOVED_FAILURE_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
-
Constructor Details
-
ForceLoadCommand
public ForceLoadCommand()
-
-
Method Details
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)- Mappings:
Namespace Name Mixin selector official a
Lxq;a(Lcom/mojang/brigadier/CommandDispatcher;)V
intermediary method_13365
Lnet/minecraft/class_3060;method_13365(Lcom/mojang/brigadier/CommandDispatcher;)V
named register
Lnet/minecraft/server/command/ForceLoadCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
-
executeQuery
private static int executeQuery(ServerCommandSource source, ColumnPos pos) throws com.mojang.brigadier.exceptions.CommandSyntaxException- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector official a
Lxq;a(Ldb;Laam;)I
intermediary method_13374
Lnet/minecraft/class_3060;method_13374(Lnet/minecraft/class_2168;Lnet/minecraft/class_2265;)I
named executeQuery
Lnet/minecraft/server/command/ForceLoadCommand;executeQuery(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/util/math/ColumnPos;)I
-
executeQuery
- Mappings:
Namespace Name Mixin selector official a
Lxq;a(Ldb;)I
intermediary method_13373
Lnet/minecraft/class_3060;method_13373(Lnet/minecraft/class_2168;)I
named executeQuery
Lnet/minecraft/server/command/ForceLoadCommand;executeQuery(Lnet/minecraft/server/command/ServerCommandSource;)I
-
executeRemoveAll
- Mappings:
Namespace Name Mixin selector official b
Lxq;b(Ldb;)I
intermediary method_13366
Lnet/minecraft/class_3060;method_13366(Lnet/minecraft/class_2168;)I
named executeRemoveAll
Lnet/minecraft/server/command/ForceLoadCommand;executeRemoveAll(Lnet/minecraft/server/command/ServerCommandSource;)I
-
executeChange
private static int executeChange(ServerCommandSource source, ColumnPos from, ColumnPos to, boolean forceLoaded) throws com.mojang.brigadier.exceptions.CommandSyntaxException- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
Namespace Name Mixin selector official a
Lxq;a(Ldb;Laam;Laam;Z)I
intermediary method_13372
Lnet/minecraft/class_3060;method_13372(Lnet/minecraft/class_2168;Lnet/minecraft/class_2265;Lnet/minecraft/class_2265;Z)I
named executeChange
Lnet/minecraft/server/command/ForceLoadCommand;executeChange(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/util/math/ColumnPos;Lnet/minecraft/util/math/ColumnPos;Z)I
-