Package | Description |
---|---|
net.minecraft.client.resources | |
net.minecraft.resources | |
net.minecraftforge.fml.client | |
net.minecraftforge.fml.packs | |
net.minecraftforge.fml.server |
Modifier and Type | Method and Description |
---|---|
<T extends ResourcePackInfo> |
DownloadingPackFinder.addPackInfosToMap(java.util.Map<java.lang.String,T> nameToPackMap,
ResourcePackInfo.IFactory<T> packInfoFactory) |
Modifier and Type | Field and Description |
---|---|
private ResourcePackInfo.IFactory<T> |
ResourcePackList.packInfoFactory |
Modifier and Type | Method and Description |
---|---|
<T extends ResourcePackInfo> |
IPackFinder.addPackInfosToMap(java.util.Map<java.lang.String,T> nameToPackMap,
ResourcePackInfo.IFactory<T> packInfoFactory) |
<T extends ResourcePackInfo> |
FolderPackFinder.addPackInfosToMap(java.util.Map<java.lang.String,T> nameToPackMap,
ResourcePackInfo.IFactory<T> packInfoFactory) |
<T extends ResourcePackInfo> |
ServerPackFinder.addPackInfosToMap(java.util.Map<java.lang.String,T> nameToPackMap,
ResourcePackInfo.IFactory<T> packInfoFactory) |
static <T extends ResourcePackInfo> |
ResourcePackInfo.createResourcePack(java.lang.String nameIn,
boolean p_195793_1_,
java.util.function.Supplier<IResourcePack> p_195793_2_,
ResourcePackInfo.IFactory<T> factory,
ResourcePackInfo.Priority p_195793_4_) |
Constructor and Description |
---|
ResourcePackList(ResourcePackInfo.IFactory<T> packInfoFactoryIn) |
Modifier and Type | Method and Description |
---|---|
private static <T extends ResourcePackInfo> |
ClientModLoader.clientPackFinder(java.util.Map<ModFile,? extends ModFileResourcePack> modResourcePacks,
java.util.function.BiConsumer<? super ModFileResourcePack,? super T> packSetter,
java.util.Map<java.lang.String,T> packList,
ResourcePackInfo.IFactory<? extends T> factory) |
Modifier and Type | Method and Description |
---|---|
void |
ResourcePackLoader.IPackInfoFinder.addPackInfosToMap(java.util.Map<java.lang.String,T> packList,
ResourcePackInfo.IFactory<T> factory) |
<T extends ResourcePackInfo> |
ResourcePackLoader.LambdaFriendlyPackFinder.addPackInfosToMap(java.util.Map<java.lang.String,T> packList,
ResourcePackInfo.IFactory<T> factory) |
Modifier and Type | Method and Description |
---|---|
private static <T extends ResourcePackInfo> |
ServerLifecycleHooks.serverPackFinder(java.util.Map<ModFile,? extends ModFileResourcePack> modResourcePacks,
java.util.function.BiConsumer<? super ModFileResourcePack,? super T> packSetter,
java.util.Map<java.lang.String,T> packList,
ResourcePackInfo.IFactory<? extends T> factory) |