Interface StorageBlockEntity

All Known Implementing Classes:
FluidStorageBlockBlockEntity, ItemStorageBlockBlockEntity

@API(status=STABLE, since="2.0.0-milestone.3.3") public interface StorageBlockEntity
Implement this on a block entity that contains a storage (ID) that can be transferred to/from an item. The "storage block" is an example of such an item.
  • Method Details

    • getStorageId

      @Nullable UUID getStorageId()
    • setStorageId

      void setStorageId(UUID storageId)