Update master
This commit is contained in:
parent
9197dc0dab
commit
945f9c962b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue