Uses of Class
net.minecraft.resources.ResourcePackInfo
Packages that use ResourcePackInfo
Package
Description
-
Uses of ResourcePackInfo in net.minecraft.client
Methods in net.minecraft.client that return ResourcePackInfoModifier and TypeMethodDescriptionprivate static ResourcePackInfoMinecraft.createClientPackAdapter(String p_228011_0_, boolean p_228011_1_, Supplier<IResourcePack> p_228011_2_, IResourcePack p_228011_3_, PackMetadataSection p_228011_4_, ResourcePackInfo.Priority p_228011_5_, IPackNameDecorator p_228011_6_) -
Uses of ResourcePackInfo in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as ResourcePackInfoModifier and TypeFieldDescriptionprivate final ResourcePackInfoPackLoadingManager.AbstractPack.packFields in net.minecraft.client.gui.screen with type parameters of type ResourcePackInfoModifier and TypeFieldDescriptionprivate final Function<ResourcePackInfo,ResourceLocation> PackLoadingManager.iconGetterprivate final List<ResourcePackInfo>PackLoadingManager.selectedprivate final List<ResourcePackInfo>PackLoadingManager.unselectedMethods in net.minecraft.client.gui.screen that return types with arguments of type ResourcePackInfoModifier and TypeMethodDescriptionprotected abstract List<ResourcePackInfo>PackLoadingManager.AbstractPack.getOtherList()protected List<ResourcePackInfo>PackLoadingManager.DisabledPack.getOtherList()protected List<ResourcePackInfo>PackLoadingManager.EnabledPack.getOtherList()protected abstract List<ResourcePackInfo>PackLoadingManager.AbstractPack.getSelfList()protected List<ResourcePackInfo>PackLoadingManager.DisabledPack.getSelfList()protected List<ResourcePackInfo>PackLoadingManager.EnabledPack.getSelfList()Methods in net.minecraft.client.gui.screen with parameters of type ResourcePackInfoModifier and TypeMethodDescriptionprivate ResourceLocationPackScreen.getPackIcon(ResourcePackInfo p_243395_1_) private ResourceLocationPackScreen.loadPackIcon(TextureManager p_243397_1_, ResourcePackInfo p_243397_2_) Constructors in net.minecraft.client.gui.screen with parameters of type ResourcePackInfoModifierConstructorDescriptionAbstractPack(ResourcePackInfo p_i232297_2_) DisabledPack(ResourcePackInfo p_i232299_2_) EnabledPack(ResourcePackInfo p_i232298_2_) Constructor parameters in net.minecraft.client.gui.screen with type arguments of type ResourcePackInfoModifierConstructorDescriptionPackLoadingManager(Runnable p_i242059_1_, Function<ResourcePackInfo, ResourceLocation> p_i242059_2_, ResourcePackList p_i242059_3_, Consumer<ResourcePackList> p_i242059_4_) -
Uses of ResourcePackInfo in net.minecraft.client.resources
Fields in net.minecraft.client.resources declared as ResourcePackInfoMethods in net.minecraft.client.resources that return ResourcePackInfoModifier and TypeMethodDescriptionprivate ResourcePackInfoDownloadingPackFinder.createProgrammerArtPack(ResourcePackInfo.IFactory p_239453_1_) private static ResourcePackInfoDownloadingPackFinder.createProgrammerArtPack(ResourcePackInfo.IFactory p_239454_0_, Supplier<IResourcePack> p_239454_1_) Method parameters in net.minecraft.client.resources with type arguments of type ResourcePackInfoModifier and TypeMethodDescriptionvoidDownloadingPackFinder.loadPacks(Consumer<ResourcePackInfo> p_230230_1_, ResourcePackInfo.IFactory p_230230_2_) -
Uses of ResourcePackInfo in net.minecraft.command.impl
Methods in net.minecraft.command.impl that return ResourcePackInfoModifier and TypeMethodDescriptionprivate static ResourcePackInfoDataPackCommand.getPack(com.mojang.brigadier.context.CommandContext<CommandSource> p_198303_0_, String p_198303_1_, boolean p_198303_2_) Methods in net.minecraft.command.impl with parameters of type ResourcePackInfoModifier and TypeMethodDescriptionvoidDataPackCommand.IHandler.apply(List<ResourcePackInfo> p_apply_1_, ResourcePackInfo p_apply_2_) private static intDataPackCommand.disablePack(CommandSource p_198312_0_, ResourcePackInfo p_198312_1_) private static intDataPackCommand.enablePack(CommandSource p_198297_0_, ResourcePackInfo p_198297_1_, DataPackCommand.IHandler p_198297_2_) Method parameters in net.minecraft.command.impl with type arguments of type ResourcePackInfoModifier and TypeMethodDescriptionvoidDataPackCommand.IHandler.apply(List<ResourcePackInfo> p_apply_1_, ResourcePackInfo p_apply_2_) -
Uses of ResourcePackInfo in net.minecraft.resources
Fields in net.minecraft.resources with type parameters of type ResourcePackInfoModifier and TypeFieldDescriptionprivate Map<String,ResourcePackInfo> ResourcePackList.availableprivate List<ResourcePackInfo>ResourcePackList.selectedMethods in net.minecraft.resources that return ResourcePackInfoModifier and TypeMethodDescriptionstatic ResourcePackInfoResourcePackInfo.create(String p_195793_0_, boolean p_195793_1_, Supplier<IResourcePack> p_195793_2_, ResourcePackInfo.IFactory p_195793_3_, ResourcePackInfo.Priority p_195793_4_, IPackNameDecorator p_195793_5_) ResourcePackInfo.IFactory.create(String p_create_1_, boolean p_create_2_, Supplier<IResourcePack> p_create_3_, IResourcePack p_create_4_, PackMetadataSection p_create_5_, ResourcePackInfo.Priority p_create_6_, IPackNameDecorator p_create_7_) Methods in net.minecraft.resources that return types with arguments of type ResourcePackInfoModifier and TypeMethodDescriptionprivate Map<String,ResourcePackInfo> ResourcePackList.discoverAvailable()ResourcePackList.getAvailablePacks()private Stream<ResourcePackInfo>ResourcePackList.getAvailablePacks(Collection<String> p_232620_1_) ResourcePackList.getSelectedPacks()private List<ResourcePackInfo>ResourcePackList.rebuildSelected(Collection<String> p_232618_1_) Method parameters in net.minecraft.resources with type arguments of type ResourcePackInfoModifier and TypeMethodDescription<T> intResourcePackInfo.Priority.insert(List<T> p_198993_1_, T p_198993_2_, Function<T, ResourcePackInfo> p_198993_3_, boolean p_198993_4_) voidFolderPackFinder.loadPacks(Consumer<ResourcePackInfo> p_230230_1_, ResourcePackInfo.IFactory p_230230_2_) voidIPackFinder.loadPacks(Consumer<ResourcePackInfo> p_230230_1_, ResourcePackInfo.IFactory p_230230_2_) voidServerPackFinder.loadPacks(Consumer<ResourcePackInfo> p_230230_1_, ResourcePackInfo.IFactory p_230230_2_) -
Uses of ResourcePackInfo in net.minecraftforge.fml.client
Method parameters in net.minecraftforge.fml.client with type arguments of type ResourcePackInfoModifier and TypeMethodDescriptionprivate static ResourcePackLoader.IPackInfoFinderClientModLoader.buildPackFinder(Map<ModFile, ? extends ModFileResourcePack> modResourcePacks, BiConsumer<? super ModFileResourcePack, ResourcePackInfo> packSetter) private static voidClientModLoader.clientPackFinder(Map<ModFile, ? extends ModFileResourcePack> modResourcePacks, BiConsumer<? super ModFileResourcePack, ResourcePackInfo> packSetter, Consumer<ResourcePackInfo> consumer, ResourcePackInfo.IFactory factory) private static voidClientModLoader.clientPackFinder(Map<ModFile, ? extends ModFileResourcePack> modResourcePacks, BiConsumer<? super ModFileResourcePack, ResourcePackInfo> packSetter, Consumer<ResourcePackInfo> consumer, ResourcePackInfo.IFactory factory) -
Uses of ResourcePackInfo in net.minecraftforge.fml.packs
Fields in net.minecraftforge.fml.packs declared as ResourcePackInfoMethods in net.minecraftforge.fml.packs with type parameters of type ResourcePackInfoModifier and TypeMethodDescription(package private) <T extends ResourcePackInfo>
TModFileResourcePack.getPackInfo()(package private) <T extends ResourcePackInfo>
voidModFileResourcePack.setPackInfo(T packInfo) Method parameters in net.minecraftforge.fml.packs with type arguments of type ResourcePackInfoModifier and TypeMethodDescriptionvoidResourcePackLoader.IPackInfoFinder.addPackInfos(Consumer<ResourcePackInfo> consumer, ResourcePackInfo.IFactory factory) voidResourcePackLoader.LambdaFriendlyPackFinder.loadPacks(Consumer<ResourcePackInfo> consumer, ResourcePackInfo.IFactory factory) static voidResourcePackLoader.loadResourcePacks(ResourcePackList resourcePacks, BiFunction<Map<ModFile, ? extends ModFileResourcePack>, BiConsumer<? super ModFileResourcePack, ResourcePackInfo>, ResourcePackLoader.IPackInfoFinder> packFinder) -
Uses of ResourcePackInfo in net.minecraftforge.fml.server
Method parameters in net.minecraftforge.fml.server with type arguments of type ResourcePackInfoModifier and TypeMethodDescriptionServerLifecycleHooks.buildPackFinder(Map<ModFile, ? extends ModFileResourcePack> modResourcePacks, BiConsumer<? super ModFileResourcePack, ResourcePackInfo> packSetter) Deprecated.private static voidServerLifecycleHooks.serverPackFinder(Map<ModFile, ? extends ModFileResourcePack> modResourcePacks, BiConsumer<? super ModFileResourcePack, ResourcePackInfo> packSetter, Consumer<ResourcePackInfo> consumer, ResourcePackInfo.IFactory factory) private static voidServerLifecycleHooks.serverPackFinder(Map<ModFile, ? extends ModFileResourcePack> modResourcePacks, BiConsumer<? super ModFileResourcePack, ResourcePackInfo> packSetter, Consumer<ResourcePackInfo> consumer, ResourcePackInfo.IFactory factory)