net.minecraft.server.command

public class ReloadCommand

net.minecraft.server.commands.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
LOGGER
field_25343
LOGGER

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static void
reloadPacks(Collection<String> selectedPacks, CommandSourceStack source)
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)
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)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher)
method_13529(com.mojang.brigadier.CommandDispatcher<class_2168> arg0)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)