Uses of Enum Class
net.minecraft.resource.ResourcePackCompatibility
Packages that use ResourcePackCompatibility
Package
Description
Provides resources to Minecraft, including resource access, provision, and reloading.
-
Uses of ResourcePackCompatibility in net.minecraft.client.gui.screen.pack
Methods in net.minecraft.client.gui.screen.pack that return ResourcePackCompatibilityModifier and TypeMethodDescriptionResourcePackOrganizer.AbstractPack.getCompatibility()
ResourcePackOrganizer.Pack.getCompatibility()
-
Uses of ResourcePackCompatibility in net.minecraft.resource
Fields in net.minecraft.resource declared as ResourcePackCompatibilityModifier and TypeFieldDescriptionprivate final ResourcePackCompatibility
ResourcePackProfile.Metadata.compatibility
The field for thecompatibility
record component.Methods in net.minecraft.resource that return ResourcePackCompatibilityModifier 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.Constructors in net.minecraft.resource with parameters of type ResourcePackCompatibilityModifierConstructorDescriptionMetadata
(Text text, ResourcePackCompatibility resourcePackCompatibility, FeatureSet featureSet, List<String> list)