Uses of Record Class
net.minecraft.server.packs.repository.Pack.Metadata
Packages that use Pack.Metadata
Package
Description
-
Uses of Pack.Metadata in net.minecraft.server.packs
Methods in net.minecraft.server.packs with parameters of type Pack.MetadataModifier and TypeMethodDescriptionFilePackResources.FileResourcesSupplier.openFull(PackLocationInfo p_326484_, Pack.Metadata p_326165_) PathPackResources.PathResourcesSupplier.openFull(PackLocationInfo p_326066_, Pack.Metadata p_326237_) -
Uses of Pack.Metadata in net.minecraft.server.packs.repository
Fields in net.minecraft.server.packs.repository declared as Pack.MetadataMethods in net.minecraft.server.packs.repository that return Pack.MetadataModifier and TypeMethodDescriptionstatic Pack.MetadataPack.readPackMetadata(PackLocationInfo pLocation, Pack.ResourcesSupplier pResources, int pVersion) Methods in net.minecraft.server.packs.repository with parameters of type Pack.MetadataModifier and TypeMethodDescriptionPack.ResourcesSupplier.openFull(PackLocationInfo pLocation, Pack.Metadata pMetadata) Constructors in net.minecraft.server.packs.repository with parameters of type Pack.MetadataModifierConstructorDescriptionPack(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 Pack.Metadata in net.neoforged.neoforge.resource
Methods in net.neoforged.neoforge.resource that return Pack.MetadataModifier and TypeMethodDescriptionprivate static Pack.MetadataResourcePackLoader.readMeta(PackType type, PackLocationInfo location, Pack.ResourcesSupplier resources) Methods in net.neoforged.neoforge.resource with parameters of type Pack.MetadataModifier and TypeMethodDescriptionEmptyPackResources.EmptyResourcesSupplier.openFull(PackLocationInfo id, Pack.Metadata info)