Interface ContainerBlockEntity.EnergyStorageFactory<H>

Enclosing class:
ContainerBlockEntity

public static interface ContainerBlockEntity.EnergyStorageFactory<H>
  • Method Summary

    Modifier and Type
    Method
    Description
    create(int capacity, int maxReceive, int maxExtract, Runnable onChanged)
     
  • Method Details

    • create

      H create(int capacity, int maxReceive, int maxExtract, Runnable onChanged)