Uses of 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 MetadataSectionType<PackMetadataSection>
PackMetadataSection.TYPE
Methods in net.minecraft.server.packs.metadata.pack that return PackMetadataSectionModifier and TypeMethodDescriptionPackMetadataSectionSerializer.fromJson
(com.google.gson.JsonObject p_10380_) Methods in net.minecraft.server.packs.metadata.pack with parameters of type PackMetadataSectionModifier and TypeMethodDescriptioncom.google.gson.JsonObject
PackMetadataSectionSerializer.toJson
(PackMetadataSection p_250206_) -
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
-
Uses of PackMetadataSection in net.minecraftforge.common
Methods in net.minecraftforge.common with parameters of type PackMetadataSectionModifier and TypeMethodDescriptionstatic void
ForgeHooks.writeTypedPackFormats
(com.google.gson.JsonObject json, PackMetadataSection section) -
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)