Interface StorageVariant

All Known Implementing Classes:
FluidStorageVariant, ItemStorageVariant

public interface StorageVariant
  • Method Summary

    Modifier and Type
    Method
    Description
     
    net.minecraft.world.item.Item
     
  • Method Details

    • getCapacity

      @Nullable Long getCapacity()
    • getStoragePart

      @Nullable net.minecraft.world.item.Item getStoragePart()