package com.hbm.interfaces; public interface IOilAcceptor { void setFill(int i); int getFill(); int getMaxFill(); }