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 named net/minecraft/resource/ResourcePackProfile$PackFactory
intermediary net/minecraft/class_3288$class_7680
official atm$c
-
Method Summary
Modifier and TypeMethodDescriptionopen
(ResourcePackInfo info) openWithOverlays
(ResourcePackInfo info, ResourcePackProfile.Metadata metadata)
-
Method Details
-
open
- Mappings:
Namespace Name Mixin selector named open
Lnet/minecraft/resource/ResourcePackProfile$PackFactory;open(Lnet/minecraft/resource/ResourcePackInfo;)Lnet/minecraft/resource/ResourcePack;
intermediary method_52424
Lnet/minecraft/class_3288$class_7680;method_52424(Lnet/minecraft/class_9224;)Lnet/minecraft/class_3262;
official a
Latm$c;a(Lasp;)Lasq;
-
openWithOverlays
- Mappings:
Namespace Name Mixin selector named openWithOverlays
Lnet/minecraft/resource/ResourcePackProfile$PackFactory;openWithOverlays(Lnet/minecraft/resource/ResourcePackInfo;Lnet/minecraft/resource/ResourcePackProfile$Metadata;)Lnet/minecraft/resource/ResourcePack;
intermediary method_52425
Lnet/minecraft/class_3288$class_7680;method_52425(Lnet/minecraft/class_9224;Lnet/minecraft/class_3288$class_7679;)Lnet/minecraft/class_3262;
official a
Latm$c;a(Lasp;Latm$a;)Lasq;
-