Uses of 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 MetadataSectionType<PackMetadataSection>
PackMetadataSection.TYPE
Modifier and TypeMethodDescriptionPackMetadataSectionSerializer.fromJson
(com.google.gson.JsonObject p_10380_) Modifier and TypeMethodDescriptioncom.google.gson.JsonObject
PackMetadataSectionSerializer.toJson
(PackMetadataSection p_250206_) -
Uses of PackMetadataSection in net.minecraft.server.packs.repository
Modifier and TypeFieldDescriptionprivate static final PackMetadataSection
ServerPacksSource.VERSION_METADATA_SECTION
-
Uses of PackMetadataSection in net.minecraftforge.common
Modifier and TypeMethodDescriptionstatic void
ForgeHooks.writeTypedPackFormats
(com.google.gson.JsonObject json, PackMetadataSection section) -
Uses of PackMetadataSection in net.minecraftforge.resource
Modifier and TypeFieldDescriptionprivate final PackMetadataSection
DelegatingPackResources.packMeta
ModifierConstructorDescriptionDelegatingPackResources
(String packId, boolean isBuiltin, PackMetadataSection packMeta, List<? extends PackResources> packs)