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.compatibility
Modifier and TypeMethodDescriptionstatic ResourcePackCompatibility
ResourcePackCompatibility.from
(int packVersion, ResourceType type) static ResourcePackCompatibility
ResourcePackCompatibility.from
(PackResourceMetadata metadata, ResourceType type) 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.ModifierConstructorDescriptionResourcePackProfile
(String name, boolean alwaysEnabled, Supplier<ResourcePack> packFactory, Text displayName, Text description, ResourcePackCompatibility compatibility, ResourcePackProfile.InsertionPosition direction, boolean pinned, ResourcePackSource source)