package ihl.interfaces; public interface IFluidTankVisual { int getVisibleFluidId(); int getVisibleFluidAmount(); float getRenderLiquidLevel(); }