Uses of Record Class
net.minecraft.server.packs.metadata.pack.PackMetadataSection
Package
Description
-
Uses of PackMetadataSection in net.minecraft.client.resources
Modifier and TypeFieldDescriptionprivate static final PackMetadataSection
ClientPackSource.VERSION_METADATA_SECTION
-
Uses of PackMetadataSection in net.minecraft.server.packs.metadata.pack
Modifier 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
Modifier and TypeFieldDescriptionprivate static final PackMetadataSection
ServerPacksSource.VERSION_METADATA_SECTION
Modifier and TypeMethodDescriptionstatic InclusiveRange<Integer>
Pack.getDeclaredPackVersions
(String p_295795_, PackMetadataSection p_294612_) -
Uses of PackMetadataSection in net.neoforged.neoforge.resource
Modifier and TypeFieldDescriptionprivate final PackMetadataSection
EmptyPackResources.EmptyResourcesSupplier.packMeta
private final PackMetadataSection
EmptyPackResources.packMeta
Modifier and TypeFieldDescriptionstatic final MetadataSectionType<PackMetadataSection>
ResourcePackLoader.OPTIONAL_FORMAT
ModifierConstructorDescriptionEmptyPackResources
(String packId, boolean isBuiltin, PackMetadataSection packMeta) EmptyResourcesSupplier
(PackMetadataSection packMeta, boolean isBuiltin)