Package | Description |
---|---|
net.minecraft.client | |
net.minecraft.server | |
net.minecraftforge.fml.client | |
net.minecraftforge.fml.packs |
Modifier and Type | Field and Description |
---|---|
private ResourcePackList<ClientResourcePackInfo> |
Minecraft.resourcePackRepository |
Modifier and Type | Method and Description |
---|---|
ResourcePackList<ClientResourcePackInfo> |
Minecraft.getResourcePackList() |
Modifier and Type | Method and Description |
---|---|
void |
GameSettings.fillResourcePackList(ResourcePackList<ClientResourcePackInfo> resourcePackListIn) |
Modifier and Type | Field and Description |
---|---|
private ResourcePackList<ResourcePackInfo> |
MinecraftServer.resourcePacks |
Modifier and Type | Method and Description |
---|---|
ResourcePackList<ResourcePackInfo> |
MinecraftServer.getResourcePacks() |
Modifier and Type | Method and Description |
---|---|
static void |
ClientModLoader.begin(Minecraft minecraft,
ResourcePackList<ClientResourcePackInfo> defaultResourcePacks,
IReloadableResourceManager mcResourceManager,
DownloadingPackFinder metadataSerializer) |
Modifier and Type | Field and Description |
---|---|
private static ResourcePackList<?> |
ResourcePackLoader.resourcePackList |
Modifier and Type | Method and Description |
---|---|
static <T extends ResourcePackInfo> |
ResourcePackLoader.loadResourcePacks(ResourcePackList<T> resourcePacks,
java.util.function.BiFunction<java.util.Map<ModFile,? extends ModFileResourcePack>,java.util.function.BiConsumer<? super ModFileResourcePack,T>,ResourcePackLoader.IPackInfoFinder> packFinder) |