Uses of Record Class
net.minecraft.server.packs.metadata.pack.PackMetadataSection
Packages that use PackMetadataSection
Package
Description
-
Uses of PackMetadataSection in net.minecraft.client.resources
Fields 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.pack
Fields in net.minecraft.server.packs.metadata.pack with type parameters of type PackMetadataSectionModifier and TypeFieldDescriptionstatic final MetadataSectionType<PackMetadataSection> PackMetadataSection.CLIENT_TYPEprivate static final com.mojang.serialization.Codec<PackMetadataSection> PackMetadataSection.FALLBACK_CODECstatic final MetadataSectionType<PackMetadataSection> PackMetadataSection.FALLBACK_TYPEstatic final MetadataSectionType<PackMetadataSection> PackMetadataSection.SERVER_TYPEMethods in net.minecraft.server.packs.metadata.pack that return types with arguments of type PackMetadataSectionModifier and TypeMethodDescriptionprivate static com.mojang.serialization.Codec<PackMetadataSection> PackMetadataSection.codecForPackType(PackType packType) PackMetadataSection.forPackType(PackType packType) -
Uses of PackMetadataSection in net.minecraft.server.packs.repository
Fields in net.minecraft.server.packs.repository declared as PackMetadataSectionModifier and TypeFieldDescriptionprivate static final PackMetadataSectionServerPacksSource.VERSION_METADATA_SECTION -
Uses of PackMetadataSection in net.neoforged.neoforge.resource
Fields 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 TypeFieldDescriptionprivate static final MetadataSectionType<PackMetadataSection> ResourcePackLoader.OPTIONAL_CLIENT_FORMATprivate static final MetadataSectionType<PackMetadataSection> ResourcePackLoader.OPTIONAL_SERVER_FORMATMethods in net.neoforged.neoforge.resource that return types with arguments of type PackMetadataSectionModifier and TypeMethodDescriptionprivate static com.mojang.serialization.Codec<PackMetadataSection> ResourcePackLoader.metadataCodecForPackType(PackType type) private static MetadataSectionType<PackMetadataSection> ResourcePackLoader.metadataTypeForPackType(PackType type) Constructors in net.neoforged.neoforge.resource with parameters of type PackMetadataSectionModifierConstructorDescriptionEmptyPackResources(PackLocationInfo packId, PackMetadataSection packMeta) EmptyResourcesSupplier(PackMetadataSection packMeta)