Package forestry.api.multiblock
Interface IMultiblockComponent.HasInventory
- Enclosing interface:
- IMultiblockComponent
public static interface IMultiblockComponent.HasInventory
A component with a separate inventory, like the Alveary Swarmer or Alveary Sieve.
-
Method Summary
Modifier and TypeMethodDescriptionforestry.core.inventory.IInventoryAdapterCalled when this part is destroyed to drop its contents.
-
Method Details
-
getInternalInventory
forestry.core.inventory.IInventoryAdapter getInternalInventory()Called when this part is destroyed to drop its contents.
-