Package net.minecraft.server.command
Class ResetChunksCommand
java.lang.Object
net.minecraft.server.command.ResetChunksCommand
- Mappings:
 Namespace Name official afqintermediary net/minecraft/class_6608named net/minecraft/server/command/ResetChunksCommand
- 
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 official aLafq;a:Lorg/slf4j/Logger;intermediary field_34882Lnet/minecraft/class_6608;field_34882:Lorg/slf4j/Logger;named LOGGERLnet/minecraft/server/command/ResetChunksCommand;LOGGER:Lorg/slf4j/Logger;
 
 - 
 - 
Constructor Details
- 
ResetChunksCommand
public ResetChunksCommand() 
 - 
 - 
Method Details
- 
register
- Mappings:
 Namespace Name Mixin selector official aLafq;a(Lcom/mojang/brigadier/CommandDispatcher;)Vintermediary method_38623Lnet/minecraft/class_6608;method_38623(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, boolean skipOldChunks) - Mappings:
 Namespace Name Mixin selector official aLafq;a(Lds;IZ)Iintermediary method_38626Lnet/minecraft/class_6608;method_38626(Lnet/minecraft/class_2168;IZ)Inamed executeResetChunksLnet/minecraft/server/command/ResetChunksCommand;executeResetChunks(Lnet/minecraft/server/command/ServerCommandSource;IZ)I
 
 -