package com.hbm.interfaces; import com.hbm.handler.FluidTypeHandler.FluidType; public interface IFluidDuct { public FluidType getType(); }