Uses of Record Class
net.minecraft.server.packs.metadata.pack.PackMetadataSection
Packages that use PackMetadataSection
Package
Description
- 
Uses of PackMetadataSection in net.minecraft.client.resourcesFields in net.minecraft.client.resources declared as PackMetadataSectionModifier and TypeFieldDescriptionprivate static final PackMetadataSectionClientPackSource.VERSION_METADATA_SECTION
- 
Uses of PackMetadataSection in net.minecraft.server.packs.metadata.packFields in net.minecraft.server.packs.metadata.pack with type parameters of type PackMetadataSectionModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<PackMetadataSection>PackMetadataSection.CODECstatic final MetadataSectionType<PackMetadataSection>PackMetadataSection.TYPE
- 
Uses of PackMetadataSection in net.minecraft.server.packs.repositoryFields in net.minecraft.server.packs.repository declared as PackMetadataSectionModifier and TypeFieldDescriptionprivate static final PackMetadataSectionServerPacksSource.VERSION_METADATA_SECTIONMethods in net.minecraft.server.packs.repository with parameters of type PackMetadataSectionModifier and TypeMethodDescriptionstatic InclusiveRange<Integer>Pack.getDeclaredPackVersions(String p_295795_, PackMetadataSection p_294612_) 
- 
Uses of PackMetadataSection in net.neoforged.neoforge.resourceFields in net.neoforged.neoforge.resource declared as PackMetadataSectionModifier and TypeFieldDescriptionprivate final PackMetadataSectionEmptyPackResources.EmptyResourcesSupplier.packMetaprivate final PackMetadataSectionEmptyPackResources.packMetaFields in net.neoforged.neoforge.resource with type parameters of type PackMetadataSectionModifier and TypeFieldDescriptionstatic final MetadataSectionType<PackMetadataSection>ResourcePackLoader.OPTIONAL_FORMATConstructors in net.neoforged.neoforge.resource with parameters of type PackMetadataSectionModifierConstructorDescriptionEmptyPackResources(String packId, boolean isBuiltin, PackMetadataSection packMeta) EmptyResourcesSupplier(PackMetadataSection packMeta, boolean isBuiltin)