Interface ResourcePackProfile.PackFactory

Enclosing class:
ResourcePackProfile
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ResourcePackProfile.PackFactory
Mappings:
Namespace Name
official ajn$c
intermediary net/minecraft/class_3288$class_7680
named net/minecraft/resource/ResourcePackProfile$PackFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    open(String name)
     
  • Method Details

    • open

      ResourcePack open(String name)
      Mappings:
      Namespace Name Mixin selector
      official open Lajn$c;open(Ljava/lang/String;)Lais;
      intermediary open Lnet/minecraft/class_3288$class_7680;open(Ljava/lang/String;)Lnet/minecraft/class_3262;
      named open Lnet/minecraft/resource/ResourcePackProfile$PackFactory;open(Ljava/lang/String;)Lnet/minecraft/resource/ResourcePack;