package com.hbm.interfaces; public interface IFluidContainer { //Args: fill, what the fill should be set to; index, index for array if there are multiple tanks public void setFillstate(int fill, int index); }