update API

This commit is contained in:
asiekierka 2014-12-29 13:31:10 +01:00
parent e489b7857a
commit 2aa427f0be

View file

@ -46,9 +46,13 @@ public interface IPipeTile extends IInjectable {
IPipe getNeighborPipe(ForgeDirection dir);
IPipe getPipe();
int getPipeColor();
PipePluggable getPipePluggable(ForgeDirection direction);
boolean hasPipePluggable(ForgeDirection direction);
boolean hasBlockingPluggable(ForgeDirection direction);
void scheduleNeighborChange();
// For compatibility with BC 6.2.x and below
int injectItem(ItemStack stack, boolean doAdd, ForgeDirection from, EnumColor color);