Interface ModMetadataProviderSupplier

All Superinterfaces:
Supplier<Stream<ModMetadataProvider>>
All Known Implementing Classes:
FabricModMetadataProviderSupplier

public interface ModMetadataProviderSupplier extends Supplier<Stream<ModMetadataProvider>>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get