Uses of Record Class
net.minecraft.resource.PackVersion.Format
Packages that use PackVersion.Format
Package
Description
Provides resources to Minecraft, including resource access, provision, and reloading.
-
Uses of PackVersion.Format in net.minecraft.resource
Fields in net.minecraft.resource with type parameters of type PackVersion.FormatModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<PackVersion.Format> PackVersion.Format.OVERLAY_CODEC(package private) static final com.mojang.serialization.MapCodec<PackVersion.Format> PackVersion.Format.PACK_CODECMethods in net.minecraft.resource that return PackVersion.FormatModifier and TypeMethodDescriptionPackVersion.FormatHolder.format()static PackVersion.FormatPackVersion.Format.ofRange(Range<PackVersion> range, int lastOldPackVersion) -
Uses of PackVersion.Format in net.minecraft.resource.metadata
Fields in net.minecraft.resource.metadata declared as PackVersion.FormatModifier and TypeFieldDescriptionprivate final PackVersion.FormatPackOverlaysMetadata.Entry.Holder.formatThe field for theformatrecord component.Methods in net.minecraft.resource.metadata that return PackVersion.FormatModifier and TypeMethodDescriptionPackOverlaysMetadata.Entry.Holder.format()Returns the value of theformatrecord component.Constructors in net.minecraft.resource.metadata with parameters of type PackVersion.Format