Uses of Record Class
net.minecraft.server.packs.PackSelectionConfig
Package
Description
-
Uses of PackSelectionConfig in net.minecraft.client.resources
Modifier 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
Modifier and TypeFieldDescriptionprivate static final PackSelectionConfig
DownloadedPackSource.DOWNLOADED_PACK_SELECTION
-
Uses of PackSelectionConfig in net.minecraft.server.packs.repository
Modifier 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
Modifier and TypeMethodDescriptionstatic Pack
Pack.readMetaAndCreate
(PackLocationInfo p_326065_, Pack.ResourcesSupplier p_252210_, PackType p_250595_, PackSelectionConfig p_326429_) Modifier and TypeMethodDescription<T> int
Pack.Position.insert
(List<T> p_10471_, T p_10472_, Function<T, PackSelectionConfig> p_10473_, boolean p_10474_) ModifierConstructorDescriptionPack
(PackLocationInfo p_326123_, Pack.ResourcesSupplier p_249377_, Pack.Metadata p_326375_, PackSelectionConfig p_326282_) private
Pack
(PackLocationInfo p_326123_, Pack.ResourcesSupplier p_249377_, Pack.Metadata p_326375_, PackSelectionConfig p_326282_, List<Pack> children) -
Uses of PackSelectionConfig in net.neoforged.neoforge.resource
Modifier and TypeFieldDescriptionprivate static final PackSelectionConfig
ResourcePackLoader.MOD_PACK_SELECTION_CONFIG
Modifier and TypeMethodDescriptionstatic Pack
ResourcePackLoader.readWithOptionalMeta
(PackLocationInfo location, Pack.ResourcesSupplier resources, PackType type, PackSelectionConfig selectionConfig)