Package net.minecraft.server.command
Class ForceLoadCommand
java.lang.Object
net.minecraft.server.command.ForceLoadCommand
public class ForceLoadCommand extends Object
- Mappings:
Namespace Name official xqintermediary net/minecraft/class_3060named net/minecraft/server/command/ForceLoadCommand
-
Field Summary
Fields Modifier and Type Field Description private static com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeADDED_FAILURE_EXCEPTIONprivate static com.mojang.brigadier.exceptions.Dynamic2CommandExceptionTypeQUERY_FAILURE_EXCEPTIONprivate static com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeREMOVED_FAILURE_EXCEPTIONprivate static com.mojang.brigadier.exceptions.Dynamic2CommandExceptionTypeTOO_BIG_EXCEPTION -
Constructor Summary
Constructors Constructor Description ForceLoadCommand() -
Method Summary
Modifier and Type Method Description private static intexecuteChange(ServerCommandSource source, ColumnPos from, ColumnPos to, boolean forceLoaded)private static intexecuteQuery(ServerCommandSource source)private static intexecuteQuery(ServerCommandSource source, ColumnPos pos)private static intexecuteRemoveAll(ServerCommandSource source)static voidregister(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 aLxq;a:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;intermediary field_13657Lnet/minecraft/class_3060;field_13657:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;named TOO_BIG_EXCEPTIONLnet/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 bLxq;b:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;intermediary field_13659Lnet/minecraft/class_3060;field_13659:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;named QUERY_FAILURE_EXCEPTIONLnet/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 cLxq;c:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_13658Lnet/minecraft/class_3060;field_13658:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named ADDED_FAILURE_EXCEPTIONLnet/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 dLxq;d:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_13660Lnet/minecraft/class_3060;field_13660:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named REMOVED_FAILURE_EXCEPTIONLnet/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 aLxq;a(Lcom/mojang/brigadier/CommandDispatcher;)Vintermediary method_13365Lnet/minecraft/class_3060;method_13365(Lcom/mojang/brigadier/CommandDispatcher;)Vnamed registerLnet/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 aLxq;a(Ldb;Laam;)Iintermediary method_13374Lnet/minecraft/class_3060;method_13374(Lnet/minecraft/class_2168;Lnet/minecraft/class_2265;)Inamed executeQueryLnet/minecraft/server/command/ForceLoadCommand;executeQuery(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/util/math/ColumnPos;)I
-
executeQuery
- Mappings:
Namespace Name Mixin selector official aLxq;a(Ldb;)Iintermediary method_13373Lnet/minecraft/class_3060;method_13373(Lnet/minecraft/class_2168;)Inamed executeQueryLnet/minecraft/server/command/ForceLoadCommand;executeQuery(Lnet/minecraft/server/command/ServerCommandSource;)I
-
executeRemoveAll
- Mappings:
Namespace Name Mixin selector official bLxq;b(Ldb;)Iintermediary method_13366Lnet/minecraft/class_3060;method_13366(Lnet/minecraft/class_2168;)Inamed executeRemoveAllLnet/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 aLxq;a(Ldb;Laam;Laam;Z)Iintermediary method_13372Lnet/minecraft/class_3060;method_13372(Lnet/minecraft/class_2168;Lnet/minecraft/class_2265;Lnet/minecraft/class_2265;Z)Inamed executeChangeLnet/minecraft/server/command/ForceLoadCommand;executeChange(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/util/math/ColumnPos;Lnet/minecraft/util/math/ColumnPos;Z)I
-