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 PackSelectionConfig
ClientPackSource.BUILT_IN_SELECTION_CONFIG
private static final PackSelectionConfig
ClientPackSource.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 PackSelectionConfig
DownloadedPackSource.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 PackSelectionConfig
FolderRepositorySource.DISCOVERED_PACK_SELECTION_CONFIG
private static final PackSelectionConfig
ServerPacksSource.FEATURE_SELECTION_CONFIG
private final PackSelectionConfig
Pack.selectionConfig
private static final PackSelectionConfig
ServerPacksSource.VANILLA_SELECTION_CONFIG
Methods in net.minecraft.server.packs.repository that return PackSelectionConfigMethods in net.minecraft.server.packs.repository with parameters of type PackSelectionConfigModifier and TypeMethodDescriptionstatic Pack
Pack.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> int
Pack.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) private
Pack
(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 PackSelectionConfig
ResourcePackLoader.MOD_PACK_SELECTION_CONFIG
Methods in net.neoforged.neoforge.resource with parameters of type PackSelectionConfigModifier and TypeMethodDescriptionstatic Pack
ResourcePackLoader.readWithOptionalMeta
(PackLocationInfo location, Pack.ResourcesSupplier resources, PackType type, PackSelectionConfig selectionConfig)