Hbm-s-Nuclear-Tech-GIT/com/hbm/interfaces/IFluidContainer.java

9 lines
215 B
Java

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);
}