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 PackMetadataSection
ClientPackSource.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 com.mojang.serialization.Codec<PackMetadataSection>
PackMetadataSection.CODEC
static final MetadataSectionType<PackMetadataSection>
PackMetadataSection.TYPE
-
Uses of PackMetadataSection in net.minecraft.server.packs.repository
Fields in net.minecraft.server.packs.repository declared as PackMetadataSectionModifier and TypeFieldDescriptionprivate static final PackMetadataSection
ServerPacksSource.VERSION_METADATA_SECTION
Methods in net.minecraft.server.packs.repository with parameters of type PackMetadataSectionModifier and TypeMethodDescriptionprivate static InclusiveRange<Integer>
Pack.getDeclaredPackVersions
(String p_299045_, PackMetadataSection p_298414_) -
Uses of PackMetadataSection in net.minecraftforge.resource
Fields in net.minecraftforge.resource declared as PackMetadataSectionModifier and TypeFieldDescriptionprivate final PackMetadataSection
DelegatingPackResources.packMeta
Constructors in net.minecraftforge.resource with parameters of type PackMetadataSectionModifierConstructorDescriptionDelegatingPackResources
(String packId, boolean isBuiltin, PackMetadataSection packMeta, List<? extends PackResources> packs)