removed unNeeded Code Sorry aTrain but canRecieveLiquid is used to determin connection

This commit is contained in:
DarkGuardsman 2012-07-10 03:48:42 -03:00
parent a5d1fac4e7
commit ae6896e292

View file

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