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 Summary
Modifier and TypeMethodDescriptionnet.minecraft.item.ItemStack
getFilledBucket
(net.minecraft.fluid.Fluid fluid)
-
Method Details
-
getFilledBucket
net.minecraft.item.ItemStack getFilledBucket(net.minecraft.fluid.Fluid fluid)
-