Uses of Enum Class
net.minecraft.resource.ResourcePackCompatibility
Package
Description
Provides resources to Minecraft, including resource access, provision, and reloading.
-
Uses of ResourcePackCompatibility in net.minecraft.client.gui.screen.pack
Modifier and TypeMethodDescriptionResourcePackOrganizer.AbstractPack.getCompatibility()
ResourcePackOrganizer.Pack.getCompatibility()
-
Uses of ResourcePackCompatibility in net.minecraft.resource
Modifier and TypeFieldDescriptionprivate final ResourcePackCompatibility
ResourcePackProfile.Metadata.compatibility
The field for thecompatibility
record component.Modifier and TypeMethodDescriptionResourcePackProfile.Metadata.compatibility()
Returns the value of thecompatibility
record component.static ResourcePackCompatibility
ResourcePackProfile.getCompatibility()
static ResourcePackCompatibility
Returns the enum constant of this class with the specified name.static ResourcePackCompatibility[]
ResourcePackCompatibility.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionMetadata
(Text text, ResourcePackCompatibility resourcePackCompatibility, FeatureSet featureSet, List<String> list)