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 ResourcePackCompatibilityResourcePackOrganizer.AbstractPack. getCompatibility()ResourcePackCompatibilityResourcePackOrganizer.Pack. getCompatibility() -
Uses of ResourcePackCompatibility in net.minecraft.resource
Fields in net.minecraft.resource declared as ResourcePackCompatibility Modifier and Type Field Description private ResourcePackCompatibilityResourcePackProfile. compatibilityMethods in net.minecraft.resource that return ResourcePackCompatibility Modifier and Type Method Description static ResourcePackCompatibilityResourcePackCompatibility. from(int packVersion, ResourceType type)static ResourcePackCompatibilityResourcePackCompatibility. from(PackResourceMetadata metadata, ResourceType type)ResourcePackCompatibilityResourcePackProfile. getCompatibility()static ResourcePackCompatibilityResourcePackCompatibility. 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)