Package net.minecraft.resource
Interface ResourcePackProfile.Factory<T extends ResourcePackProfile>
- 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.Factory<T extends ResourcePackProfile>
-
Method Summary
Modifier and Type Method Description Tcreate(String name, boolean alwaysEnabled, Supplier<ResourcePack> packFactory, ResourcePack pack, PackResourceMetadata metadata, ResourcePackProfile.InsertionPosition initialPosition, ResourcePackSource source)
-
Method Details
-
create
@Nullable T create(String name, boolean alwaysEnabled, Supplier<ResourcePack> packFactory, ResourcePack pack, PackResourceMetadata metadata, ResourcePackProfile.InsertionPosition initialPosition, ResourcePackSource source)
-