Package net.minecraft.resource
Interface ResourcePackProfile.PackFactory
- All Known Implementing Classes:
DirectoryResourcePack.DirectoryBackedFactory,ZipResourcePack.ZipBackedFactory
- Enclosing class:
ResourcePackProfile
public static interface ResourcePackProfile.PackFactory
- Mappings:
Namespace Name official asm$cintermediary net/minecraft/class_3288$class_7680named net/minecraft/resource/ResourcePackProfile$PackFactory
-
Method Summary
Modifier and TypeMethodDescriptionopen(ResourcePackInfo info) openWithOverlays(ResourcePackInfo info, ResourcePackProfile.Metadata metadata)
-
Method Details
-
open
- Mappings:
Namespace Name Mixin selector official aLasm$c;a(Larp;)Larq;intermediary method_52424Lnet/minecraft/class_3288$class_7680;method_52424(Lnet/minecraft/class_9224;)Lnet/minecraft/class_3262;named openLnet/minecraft/resource/ResourcePackProfile$PackFactory;open(Lnet/minecraft/resource/ResourcePackInfo;)Lnet/minecraft/resource/ResourcePack;
-
openWithOverlays
- Mappings:
Namespace Name Mixin selector official aLasm$c;a(Larp;Lasm$a;)Larq;intermediary method_52425Lnet/minecraft/class_3288$class_7680;method_52425(Lnet/minecraft/class_9224;Lnet/minecraft/class_3288$class_7679;)Lnet/minecraft/class_3262;named openWithOverlaysLnet/minecraft/resource/ResourcePackProfile$PackFactory;openWithOverlays(Lnet/minecraft/resource/ResourcePackInfo;Lnet/minecraft/resource/ResourcePackProfile$Metadata;)Lnet/minecraft/resource/ResourcePack;
-