Package net.minecraft.resources
Interface ResourcePackInfo.IFactory
-
- Enclosing class:
- ResourcePackInfo
- 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 ResourcePackInfo.IFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourcePackInfo
create(java.lang.String p_create_1_, boolean p_create_2_, java.util.function.Supplier<IResourcePack> p_create_3_, IResourcePack p_create_4_, PackMetadataSection p_create_5_, ResourcePackInfo.Priority p_create_6_, IPackNameDecorator p_create_7_)
-
-
-
Method Detail
-
create
@Nullable ResourcePackInfo create(java.lang.String p_create_1_, boolean p_create_2_, java.util.function.Supplier<IResourcePack> p_create_3_, IResourcePack p_create_4_, PackMetadataSection p_create_5_, ResourcePackInfo.Priority p_create_6_, IPackNameDecorator p_create_7_)
-
-