Package | Description |
---|---|
buildcraft.factory.client.render | |
buildcraft.factory.tile |
Modifier and Type | Method and Description |
---|---|
void |
RenderTank.render(TileTank tile,
double x,
double y,
double z,
float partialTicks,
int destroyStage,
float alpha) |
Modifier and Type | Method and Description |
---|---|
boolean |
TileTank.canConnectTo(TileTank other,
net.minecraft.util.EnumFacing direction)
Tests to see if this tank can connect to the other one, in the given direction.
|
static boolean |
TileTank.canTanksConnect(TileTank from,
TileTank to,
net.minecraft.util.EnumFacing direction)
Helper for
canConnectTo(TileTank, EnumFacing) that only returns true if both tanks can connect to each
other. |