Uses of Class
net.minecraft.server.packs.repository.Pack
Packages that use Pack
Package
Description
-
Uses of Pack in net.minecraft.client
Methods in net.minecraft.client that return PackModifier and TypeMethodDescriptionprivate static PackMinecraft.createClientPackAdapter(String p_167934_, Component p_167935_, boolean p_167936_, Supplier<PackResources> p_167937_, PackMetadataSection p_167938_, Pack.Position p_167939_, PackSource p_167940_, boolean hidden) -
Uses of Pack in net.minecraft.client.gui.screens.packs
Fields in net.minecraft.client.gui.screens.packs declared as PackFields in net.minecraft.client.gui.screens.packs with type parameters of type PackModifier and TypeFieldDescription(package private) final Function<Pack,ResourceLocation> PackSelectionModel.iconGetterPackSelectionModel.selectedPackSelectionModel.unselectedMethods in net.minecraft.client.gui.screens.packs that return types with arguments of type PackModifier and TypeMethodDescriptionPackSelectionModel.EntryBase.getOtherList()PackSelectionModel.SelectedPackEntry.getOtherList()PackSelectionModel.UnselectedPackEntry.getOtherList()PackSelectionModel.EntryBase.getSelfList()PackSelectionModel.SelectedPackEntry.getSelfList()PackSelectionModel.UnselectedPackEntry.getSelfList()Methods in net.minecraft.client.gui.screens.packs with parameters of type PackModifier and TypeMethodDescriptionprivate ResourceLocationPackSelectionScreen.getPackIcon(Pack p_99990_) private ResourceLocationPackSelectionScreen.loadPackIcon(TextureManager p_100017_, Pack p_100018_) Constructors in net.minecraft.client.gui.screens.packs with parameters of type PackModifierConstructorDescriptionSelectedPackEntry(Pack p_99954_) UnselectedPackEntry(Pack p_99963_) Constructor parameters in net.minecraft.client.gui.screens.packs with type arguments of type PackModifierConstructorDescriptionPackSelectionModel(Runnable p_99909_, Function<Pack, ResourceLocation> p_99910_, PackRepository p_99911_, Consumer<PackRepository> p_99912_) -
Uses of Pack in net.minecraft.client.resources
Fields in net.minecraft.client.resources declared as PackMethods in net.minecraft.client.resources that return PackModifier and TypeMethodDescriptionprivate PackClientPackSource.createProgrammerArtPack(Pack.PackConstructor p_118557_) private static PackClientPackSource.createProgrammerArtPack(Pack.PackConstructor p_118559_, Supplier<PackResources> p_118560_) Method parameters in net.minecraft.client.resources with type arguments of type PackModifier and TypeMethodDescriptionvoidClientPackSource.loadPacks(Consumer<Pack> p_118584_, Pack.PackConstructor p_118585_) -
Uses of Pack in net.minecraft.server.commands
Methods in net.minecraft.server.commands that return PackModifier and TypeMethodDescriptionprivate static PackDataPackCommand.getPack(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_136816_, String p_136817_, boolean p_136818_) Methods in net.minecraft.server.commands with parameters of type PackModifier and TypeMethodDescriptionvoidprivate static intDataPackCommand.disablePack(CommandSourceStack p_136826_, Pack p_136827_) private static intDataPackCommand.enablePack(CommandSourceStack p_136829_, Pack p_136830_, DataPackCommand.Inserter p_136831_) Method parameters in net.minecraft.server.commands with type arguments of type Pack -
Uses of Pack in net.minecraft.server.packs.repository
Fields in net.minecraft.server.packs.repository with type parameters of type PackMethods in net.minecraft.server.packs.repository that return PackModifier and TypeMethodDescriptionstatic PackPack.create(String p_10431_, boolean p_10432_, Supplier<PackResources> p_10433_, Pack.PackConstructor p_10434_, Pack.Position p_10435_, PackSource p_10436_) default PackPack.PackConstructor.create(String p_143874_, Component p_143875_, boolean p_143876_, Supplier<PackResources> p_143877_, PackMetadataSection p_143878_, Pack.Position p_143879_, PackSource p_143880_) Deprecated.Pack.PackConstructor.create(String p_143874_, Component p_143875_, boolean p_143876_, Supplier<PackResources> p_143877_, PackMetadataSection p_143878_, Pack.Position p_143879_, PackSource p_143880_, boolean hidden) Methods in net.minecraft.server.packs.repository that return types with arguments of type PackModifier and TypeMethodDescriptionPackRepository.discoverAvailable()PackRepository.getAvailablePacks()PackRepository.getAvailablePacks(Collection<String> p_10521_) PackRepository.getSelectedPacks()PackRepository.rebuildSelected(Collection<String> p_10518_) Method parameters in net.minecraft.server.packs.repository with type arguments of type PackModifier and TypeMethodDescription<T> intvoidFolderRepositorySource.loadPacks(Consumer<Pack> p_10391_, Pack.PackConstructor p_10392_) voidRepositorySource.loadPacks(Consumer<Pack> p_10542_, Pack.PackConstructor p_10543_) voidServerPacksSource.loadPacks(Consumer<Pack> p_10548_, Pack.PackConstructor p_10549_) -
Uses of Pack in net.minecraftforge.client.loading
Method parameters in net.minecraftforge.client.loading with type arguments of type PackModifier and TypeMethodDescriptionprivate static voidClientModLoader.clientPackFinder(Map<net.minecraftforge.forgespi.locating.IModFile, ? extends PathResourcePack> modResourcePacks, Consumer<Pack> consumer, Pack.PackConstructor factory) -
Uses of Pack in net.minecraftforge.resource
Method parameters in net.minecraftforge.resource with type arguments of type PackModifier and TypeMethodDescriptionstatic voidResourcePackLoader.loadResourcePacks(PackRepository resourcePacks, BiFunction<Map<net.minecraftforge.forgespi.locating.IModFile, ? extends PathResourcePack>, BiConsumer<? super PathResourcePack, Pack>, ? extends RepositorySource> packFinder) Deprecated. -
Uses of Pack in net.minecraftforge.server
Method parameters in net.minecraftforge.server with type arguments of type PackModifier and TypeMethodDescriptionprivate static voidServerLifecycleHooks.serverPackFinder(Map<net.minecraftforge.forgespi.locating.IModFile, ? extends PathResourcePack> modResourcePacks, Consumer<Pack> consumer, Pack.PackConstructor factory)