Package alexiil.mc.lib.attributes.fluid
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 SummaryModifier and TypeMethodDescriptionnet.minecraft.item.ItemStackgetFilledBucket(net.minecraft.fluid.Fluid fluid)
- 
Method Details- 
getFilledBucketnet.minecraft.item.ItemStack getFilledBucket(net.minecraft.fluid.Fluid fluid)
 
-