Interface IStorageMounts


public interface IStorageMounts
Provides IStorageProvider with a convenient way to control the storage they provide to the network.
  • Field Summary

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

    Modifier and Type
    Method
    Description
    default void
    mount(MEStorage inventory)
     
    void
    mount(MEStorage inventory, int priority)
     
  • Field Details

  • Method Details

    • mount

      default void mount(MEStorage inventory)
    • mount

      void mount(MEStorage inventory, int priority)