Uses of Class
net.minecraft.resource.ResourcePackCompatibility
Package | Description |
---|---|
net.minecraft.client.gui.screen.pack | |
net.minecraft.resource |
Provides resources to Minecraft, including resource access and provision.
|
-
Uses of ResourcePackCompatibility in net.minecraft.client.gui.screen.pack
Methods in net.minecraft.client.gui.screen.pack that return ResourcePackCompatibility Modifier and Type Method Description ResourcePackCompatibility
ResourcePackOrganizer.AbstractPack. getCompatibility()
ResourcePackCompatibility
ResourcePackOrganizer.Pack. getCompatibility()
-
Uses of ResourcePackCompatibility in net.minecraft.resource
Fields in net.minecraft.resource declared as ResourcePackCompatibility Modifier and Type Field Description private ResourcePackCompatibility
ResourcePackProfile. compatibility
Methods in net.minecraft.resource that return ResourcePackCompatibility Modifier and Type Method Description static ResourcePackCompatibility
ResourcePackCompatibility. from(int packVersion, ResourceType type)
static ResourcePackCompatibility
ResourcePackCompatibility. from(PackResourceMetadata metadata, ResourceType type)
ResourcePackCompatibility
ResourcePackProfile. getCompatibility()
static ResourcePackCompatibility
ResourcePackCompatibility. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResourcePackCompatibility[]
ResourcePackCompatibility. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.minecraft.resource with parameters of type ResourcePackCompatibility Constructor Description ResourcePackProfile(String name, boolean alwaysEnabled, Supplier<ResourcePack> packFactory, Text displayName, Text description, ResourcePackCompatibility compatibility, ResourcePackProfile.InsertionPosition direction, boolean pinned, ResourcePackSource source)