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.compatibility
Methods in net.minecraft.resource that return ResourcePackCompatibilityModifier and TypeMethodDescriptionstatic ResourcePackCompatibility
ResourcePackCompatibility.from
(int packVersion, ResourceType type) ResourcePackProfile.getCompatibility()
ResourcePackProfile.Metadata.getCompatibility
(ResourceType type) 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 ResourcePackCompatibilityModifierConstructorDescriptionprivate
ResourcePackProfile
(String name, boolean alwaysEnabled, ResourcePackProfile.PackFactory packFactory, Text displayName, ResourcePackProfile.Metadata metadata, ResourcePackCompatibility compatibility, ResourcePackProfile.InsertionPosition position, boolean pinned, ResourcePackSource source)