Interface ICustomBucketItem


public interface ICustomBucketItem
Items that implement BucketItem should implement this interface to ensure that LBA gets the correct ItemStack from filling this with a fluid.
  • Method Summary

    Modifier and Type Method Description
    net.minecraft.item.ItemStack getFilledBucket​(net.minecraft.fluid.Fluid fluid)  
  • Method Details

    • getFilledBucket

      net.minecraft.item.ItemStack getFilledBucket​(net.minecraft.fluid.Fluid fluid)