Package net.minecraft.world.item
Interface DispensibleContainerItem
- All Superinterfaces:
 IDispensibleContainerItemExtension
- All Known Implementing Classes:
 BucketItem,MobBucketItem,SolidBucketItem
- 
Method Summary
Modifier and TypeMethodDescriptiondefault voidcheckExtraContent(Player p_150817_, Level p_150818_, ItemStack p_150819_, BlockPos p_150820_) booleanemptyContents(Player p_150821_, Level p_150822_, BlockPos p_150823_, BlockHitResult p_150824_) Deprecated.Methods inherited from interface net.neoforged.neoforge.common.extensions.IDispensibleContainerItemExtension
emptyContents 
- 
Method Details
- 
checkExtraContent
 - 
emptyContents
@Deprecated boolean emptyContents(@Nullable Player p_150821_, Level p_150822_, BlockPos p_150823_, @Nullable BlockHitResult p_150824_) Deprecated. 
 -