Package net.minecraft.server.command
Class ResetChunksCommand
java.lang.Object
net.minecraft.server.command.ResetChunksCommand
- Mappings:
Namespace Name official zlintermediary net/minecraft/class_6479named net/minecraft/server/command/ResetChunksCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static intexecuteResetChunks(ServerCommandSource source, int radius) static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
-
Constructor Details
-
ResetChunksCommand
public ResetChunksCommand()
-
-
Method Details
-
register
- Mappings:
Namespace Name Mixin selector official aLzl;a(Lcom/mojang/brigadier/CommandDispatcher;)Vintermediary method_37821Lnet/minecraft/class_6479;method_37821(Lcom/mojang/brigadier/CommandDispatcher;)Vnamed registerLnet/minecraft/server/command/ResetChunksCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
-
executeResetChunks
private static int executeResetChunks(ServerCommandSource source, int radius) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector official aLzl;a(Ldm;I)Iintermediary method_37825Lnet/minecraft/class_6479;method_37825(Lnet/minecraft/class_2168;I)Inamed executeResetChunksLnet/minecraft/server/command/ResetChunksCommand;executeResetChunks(Lnet/minecraft/server/command/ServerCommandSource;I)I
-