Update master

This commit is contained in:
AJ Fleming 2012-07-09 18:53:33 -05:00
parent 9197dc0dab
commit 945f9c962b

View file

@ -27,6 +27,6 @@ public interface ILiquidConsumer
* @return Return the maximum amount of stored liquid this consumer can get.
*/
public int getLiquidCapacity(int type);
public int canConnectFromSideAndType(int type, byte side);
public int canConnectFromTypeAndSide(int type, byte side);
}