Package net.minecraft.server.command
Class ForceLoadCommand
java.lang.Object
net.minecraft.server.command.ForceLoadCommand
- Mappings:
- Namespace - Name - named - net/minecraft/server/command/ForceLoadCommand- intermediary - net/minecraft/class_3060- official - anc
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final intprivate static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate 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- 
MAX_CHUNKSprivate static final int MAX_CHUNKS- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - MAX_CHUNKS- Lnet/minecraft/server/command/ForceLoadCommand;MAX_CHUNKS:I- intermediary - field_33392- Lnet/minecraft/class_3060;field_33392:I- official - a- Lanc;a:I
 
- 
TOO_BIG_EXCEPTIONprivate static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType TOO_BIG_EXCEPTION- Mappings:
- Namespace - Name - Mixin selector - named - TOO_BIG_EXCEPTION- Lnet/minecraft/server/command/ForceLoadCommand;TOO_BIG_EXCEPTION:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;- intermediary - field_13657- Lnet/minecraft/class_3060;field_13657:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;- official - b- Lanc;b:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
 
- 
QUERY_FAILURE_EXCEPTIONprivate static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType QUERY_FAILURE_EXCEPTION- Mappings:
- Namespace - Name - Mixin selector - named - QUERY_FAILURE_EXCEPTION- Lnet/minecraft/server/command/ForceLoadCommand;QUERY_FAILURE_EXCEPTION:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;- intermediary - field_13659- Lnet/minecraft/class_3060;field_13659:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;- official - c- Lanc;c:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
 
- 
ADDED_FAILURE_EXCEPTIONprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ADDED_FAILURE_EXCEPTION- Mappings:
- Namespace - Name - Mixin selector - named - ADDED_FAILURE_EXCEPTION- Lnet/minecraft/server/command/ForceLoadCommand;ADDED_FAILURE_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;- intermediary - field_13658- Lnet/minecraft/class_3060;field_13658:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;- official - d- Lanc;d:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
 
- 
REMOVED_FAILURE_EXCEPTIONprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType REMOVED_FAILURE_EXCEPTION- Mappings:
- Namespace - Name - Mixin selector - named - REMOVED_FAILURE_EXCEPTION- Lnet/minecraft/server/command/ForceLoadCommand;REMOVED_FAILURE_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;- intermediary - field_13660- Lnet/minecraft/class_3060;field_13660:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;- official - e- Lanc;e:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
 
 
- 
- 
Constructor Details- 
ForceLoadCommandpublic ForceLoadCommand()
 
- 
- 
Method Details- 
register- Mappings:
- Namespace - Name - Mixin selector - named - register- Lnet/minecraft/server/command/ForceLoadCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V- intermediary - method_13365- Lnet/minecraft/class_3060;method_13365(Lcom/mojang/brigadier/CommandDispatcher;)V- official - a- Lanc;a(Lcom/mojang/brigadier/CommandDispatcher;)V
 
- 
executeQueryprivate static int executeQuery(ServerCommandSource source, ColumnPos pos) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
- Mappings:
- Namespace - Name - Mixin selector - named - executeQuery- Lnet/minecraft/server/command/ForceLoadCommand;executeQuery(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/util/math/ColumnPos;)I- intermediary - method_13374- Lnet/minecraft/class_3060;method_13374(Lnet/minecraft/class_2168;Lnet/minecraft/class_2265;)I- official - a- Lanc;a(Lex;Laqp;)I
 
- 
executeQuery- Mappings:
- Namespace - Name - Mixin selector - named - executeQuery- Lnet/minecraft/server/command/ForceLoadCommand;executeQuery(Lnet/minecraft/server/command/ServerCommandSource;)I- intermediary - method_13373- Lnet/minecraft/class_3060;method_13373(Lnet/minecraft/class_2168;)I- official - a- Lanc;a(Lex;)I
 
- 
executeRemoveAll- Mappings:
- Namespace - Name - Mixin selector - named - executeRemoveAll- Lnet/minecraft/server/command/ForceLoadCommand;executeRemoveAll(Lnet/minecraft/server/command/ServerCommandSource;)I- intermediary - method_13366- Lnet/minecraft/class_3060;method_13366(Lnet/minecraft/class_2168;)I- official - b- Lanc;b(Lex;)I
 
- 
executeChangeprivate 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 - 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- intermediary - method_13372- Lnet/minecraft/class_3060;method_13372(Lnet/minecraft/class_2168;Lnet/minecraft/class_2265;Lnet/minecraft/class_2265;Z)I- official - a- Lanc;a(Lex;Laqp;Laqp;Z)I
 
 
-