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 ank
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
private static final int
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate 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
-
MAX_CHUNKS
private 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
Lank;a:I
-
TOO_BIG_EXCEPTION
private 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
Lank;b:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
-
QUERY_FAILURE_EXCEPTION
private 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
Lank;c:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
-
ADDED_FAILURE_EXCEPTION
private 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
Lank;d:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
REMOVED_FAILURE_EXCEPTION
private 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
Lank;e:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
-
Constructor Details
-
ForceLoadCommand
public 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
Lank;a(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 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
Lank;a(Lep;Laqv;)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
Lank;a(Lep;)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
Lank;b(Lep;)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 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
Lank;a(Lep;Laqv;Laqv;Z)I
-