This commit is contained in:
DarkGuardsman 2013-09-18 09:20:14 -04:00
parent 15aa7a319a
commit 375950606e
3 changed files with 3 additions and 4 deletions

View file

@ -36,7 +36,7 @@ public class TileEntityConstructionPump extends TileEntityStarterPump implements
}
/** Gets the facing direction
*
*
* @param input true for input side, false for output side
* @return */
public ForgeDirection getFacing(boolean input)
@ -66,7 +66,7 @@ public class TileEntityConstructionPump extends TileEntityStarterPump implements
}
/** Gets the nextDrain in the list
*
*
* @param inputTile - input tile must be an instance of INetworkPipe
* @param outputTile - output tile must be an instance of IFluidHandler
* @param ignoreList - list of drains to ignore so that the next one is selected

View file

@ -91,7 +91,7 @@ public class TileEntityStarterPump extends TileEntityEnergyMachine implements IT
}
/** Drains an area starting at the given location
*
*
* @param world - world to drain in, most cases will be the TileEntities world
* @param loc - origin to start the path finder with. If this is an instance of IDrain this
* method will act different */

View file

@ -2,7 +2,6 @@ package dark.mech.common.machines;
import dark.core.prefab.machine.TileEntityEnergyMachine;
public class TileEntitySteamPiston extends TileEntityEnergyMachine
{
}