Uses of Record Class
net.minecraft.server.packs.PackSelectionConfig
Packages that use PackSelectionConfig
Package
Description
-
Uses of PackSelectionConfig in net.minecraft.client.resources
Fields in net.minecraft.client.resources declared as PackSelectionConfigModifier and TypeFieldDescriptionprivate static final PackSelectionConfigClientPackSource.BUILT_IN_SELECTION_CONFIGprivate static final PackSelectionConfigClientPackSource.VANILLA_SELECTION_CONFIG -
Uses of PackSelectionConfig in net.minecraft.client.resources.server
Fields in net.minecraft.client.resources.server declared as PackSelectionConfigModifier and TypeFieldDescriptionprivate static final PackSelectionConfigDownloadedPackSource.DOWNLOADED_PACK_SELECTION -
Uses of PackSelectionConfig in net.minecraft.server.packs.repository
Fields in net.minecraft.server.packs.repository declared as PackSelectionConfigModifier and TypeFieldDescriptionprivate static final PackSelectionConfigFolderRepositorySource.DISCOVERED_PACK_SELECTION_CONFIGprivate static final PackSelectionConfigServerPacksSource.FEATURE_SELECTION_CONFIGprivate final PackSelectionConfigPack.selectionConfigprivate static final PackSelectionConfigServerPacksSource.VANILLA_SELECTION_CONFIGMethods in net.minecraft.server.packs.repository that return PackSelectionConfigMethods in net.minecraft.server.packs.repository with parameters of type PackSelectionConfigModifier and TypeMethodDescriptionstatic PackPack.readMetaAndCreate(PackLocationInfo pLocation, Pack.ResourcesSupplier pResources, PackType pPackType, PackSelectionConfig pSelectionConfig) Method parameters in net.minecraft.server.packs.repository with type arguments of type PackSelectionConfigModifier and TypeMethodDescription<T> intPack.Position.insert(List<T> pList, T pElement, Function<T, PackSelectionConfig> pPackFactory, boolean pFlipPosition) Constructors in net.minecraft.server.packs.repository with parameters of type PackSelectionConfigModifierConstructorDescriptionPack(PackLocationInfo pLocation, Pack.ResourcesSupplier pResources, Pack.Metadata pMetadata, PackSelectionConfig pSelectionConfig) privatePack(PackLocationInfo pLocation, Pack.ResourcesSupplier pResources, Pack.Metadata pMetadata, PackSelectionConfig pSelectionConfig, List<Pack> children) -
Uses of PackSelectionConfig in net.neoforged.neoforge.resource
Fields in net.neoforged.neoforge.resource declared as PackSelectionConfigModifier and TypeFieldDescriptionprivate static final PackSelectionConfigResourcePackLoader.MOD_PACK_SELECTION_CONFIGMethods in net.neoforged.neoforge.resource with parameters of type PackSelectionConfigModifier and TypeMethodDescriptionstatic PackResourcePackLoader.readWithOptionalMeta(PackLocationInfo location, Pack.ResourcesSupplier resources, PackType type, PackSelectionConfig selectionConfig)