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 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.TYPEMethods 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.JsonObjectPackMetadataSectionSerializer.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 PackMetadataSectionServerPacksSource.VERSION_METADATA_SECTION -
Uses of PackMetadataSection in net.minecraftforge.common
Methods in net.minecraftforge.common with parameters of type PackMetadataSectionModifier and TypeMethodDescriptionstatic voidForgeHooks.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 PackMetadataSectionDelegatingPackResources.packMetaConstructors in net.minecraftforge.resource with parameters of type PackMetadataSectionModifierConstructorDescriptionDelegatingPackResources(String packId, boolean isBuiltin, PackMetadataSection packMeta, List<? extends PackResources> packs)