Package net.minecraft.server.command
Class ResetChunksCommand
java.lang.Object
net.minecraft.server.command.ResetChunksCommand
- Mappings:
Namespace Name official afq
intermediary net/minecraft/class_6608
named net/minecraft/server/command/ResetChunksCommand
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static int
executeResetChunks
(ServerCommandSource source, int radius, boolean skipOldChunks) static void
register
(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official a
Lafq;a:Lorg/slf4j/Logger;
intermediary field_34882
Lnet/minecraft/class_6608;field_34882:Lorg/slf4j/Logger;
named LOGGER
Lnet/minecraft/server/command/ResetChunksCommand;LOGGER:Lorg/slf4j/Logger;
-
-
Constructor Details
-
ResetChunksCommand
public ResetChunksCommand()
-
-
Method Details
-
register
- Mappings:
Namespace Name Mixin selector official a
Lafq;a(Lcom/mojang/brigadier/CommandDispatcher;)V
intermediary method_38623
Lnet/minecraft/class_6608;method_38623(Lcom/mojang/brigadier/CommandDispatcher;)V
named register
Lnet/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 a
Lafq;a(Lds;IZ)I
intermediary method_38626
Lnet/minecraft/class_6608;method_38626(Lnet/minecraft/class_2168;IZ)I
named executeResetChunks
Lnet/minecraft/server/command/ResetChunksCommand;executeResetChunks(Lnet/minecraft/server/command/ServerCommandSource;IZ)I
-