Package net.minecraft.server.command
Class ResetChunksCommand
java.lang.Object
net.minecraft.server.command.ResetChunksCommand
- Mappings:
Namespace Name named net/minecraft/server/command/ResetChunksCommandintermediary net/minecraft/class_6608official aok
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static intexecuteResetChunks(ServerCommandSource source, int radius, boolean skipOldChunks) static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector named LOGGERLnet/minecraft/server/command/ResetChunksCommand;LOGGER:Lorg/slf4j/Logger;intermediary field_34882Lnet/minecraft/class_6608;field_34882:Lorg/slf4j/Logger;official aLaok;a:Lorg/slf4j/Logger;
-
-
Constructor Details
-
ResetChunksCommand
public ResetChunksCommand()
-
-
Method Details
-
register
- Mappings:
Namespace Name Mixin selector named registerLnet/minecraft/server/command/ResetChunksCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)Vintermediary method_38623Lnet/minecraft/class_6608;method_38623(Lcom/mojang/brigadier/CommandDispatcher;)Vofficial aLaok;a(Lcom/mojang/brigadier/CommandDispatcher;)V
-
executeResetChunks
private static int executeResetChunks(ServerCommandSource source, int radius, boolean skipOldChunks) - Mappings:
Namespace Name Mixin selector named executeResetChunksLnet/minecraft/server/command/ResetChunksCommand;executeResetChunks(Lnet/minecraft/server/command/ServerCommandSource;IZ)Iintermediary method_38626Lnet/minecraft/class_6608;method_38626(Lnet/minecraft/class_2168;IZ)Iofficial aLaok;a(Lep;IZ)I
-