net.minecraft.server.command

public class ReloadCommand

net.minecraft.server.commands.ReloadCommand
net.minecraft.class_3097
net.minecraft.server.command.ReloadCommand

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
LOGGER
field_25343
LOGGER

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static void
reloadPacks(Collection<String> selectedPacks, CommandSourceStack source)
method_29480(Collection<String> arg0, class_2168 arg1)
tryReloadDataPacks(Collection<String> dataPacks, ServerCommandSource source)
private static Collection<String>
discoverNewPacks(PackRepository packRepository, WorldData worldData, Collection<String> currentPacks)
method_29478(class_3283 arg0, class_5219 arg1, Collection<String> arg2)
findNewDataPacks(ResourcePackManager dataPackManager, SaveProperties saveProperties, Collection<String> enabledDataPacks)
public static void
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher)
method_13529(com.mojang.brigadier.CommandDispatcher<class_2168> arg0)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
private static int
lambda$register$0(com.mojang.brigadier.context.CommandContext arg0)
method_13530(com.mojang.brigadier.context.CommandContext arg0)
method_13530(com.mojang.brigadier.context.CommandContext context)
private static Text
lambda$register$1()
method_52036()
method_52036()
private static Void
lambda$reloadPacks$0(CommandSourceStack arg0, Throwable arg1)
method_29479(class_2168 arg0, Throwable arg1)
method_29479(ServerCommandSource arg0, Throwable throwable)