Interface PersistentInventory

All Superinterfaces:
Inventory, ValueContainer
All Known Subinterfaces:
BlockEntityInventory<T>

public interface PersistentInventory extends Inventory
An inventory with some kind of backing storage, for example Block Entities.
  • Method Details

    • markDirty

      void markDirty()
      Mark this inventory as dirty to serve as a flag to the serialisation mechanism.