Update master
This commit is contained in:
parent
da780329bc
commit
9197dc0dab
1 changed files with 2 additions and 0 deletions
|
@ -18,4 +18,6 @@ public interface ILiquidProducer
|
|||
public int onProduceLiquid(int type, int maxVol, int side);
|
||||
|
||||
public boolean canProduceLiquid(int type, byte side);
|
||||
|
||||
public boolean canConnectFromTypeAndSide(int type, byte side);
|
||||
}
|
Loading…
Reference in a new issue