Package | Description |
---|---|
buildcraft.api.transport.pipe | |
buildcraft.transport.pipe | |
buildcraft.transport.pipe.behaviour | |
buildcraft.transport.pipe.flow | |
buildcraft.transport.tile |
Modifier and Type | Field and Description |
---|---|
IPipe |
PipeBehaviour.pipe |
IPipe |
PipeFlow.pipe |
Modifier and Type | Field and Description |
---|---|
static net.minecraftforge.common.capabilities.Capability<IPipe> |
PipeApi.CAP_PIPE |
Modifier and Type | Method and Description |
---|---|
IPipe |
IPipe.getConnectedPipe(net.minecraft.util.EnumFacing side) |
IPipe |
IPipeHolder.getNeighbourPipe(net.minecraft.util.EnumFacing side) |
IPipe |
IPipeHolder.getPipe() |
Modifier and Type | Method and Description |
---|---|
PipeBehaviour |
PipeDefinition.IPipeCreator.createBehaviour(IPipe t) |
PipeFlow |
PipeFlowType.IFlowCreator.createFlow(IPipe t) |
PipeBehaviour |
PipeDefinition.IPipeLoader.loadBehaviour(IPipe t,
net.minecraft.nbt.NBTTagCompound u) |
PipeFlow |
PipeFlowType.IFlowLoader.loadFlow(IPipe t,
net.minecraft.nbt.NBTTagCompound u) |
Constructor and Description |
---|
PipeBehaviour(IPipe pipe) |
PipeBehaviour(IPipe pipe,
net.minecraft.nbt.NBTTagCompound nbt) |
PipeFlow(IPipe pipe) |
PipeFlow(IPipe pipe,
net.minecraft.nbt.NBTTagCompound nbt) |
Modifier and Type | Class and Description |
---|---|
class |
Pipe |
Modifier and Type | Method and Description |
---|---|
IPipe |
Pipe.getConnectedPipe(net.minecraft.util.EnumFacing side) |
Modifier and Type | Method and Description |
---|---|
static boolean |
Pipe.canPipesConnect(net.minecraft.util.EnumFacing to,
IPipe one,
IPipe two) |
Constructor and Description |
---|
PipeBehaviourClay(IPipe pipe) |
PipeBehaviourClay(IPipe pipe,
net.minecraft.nbt.NBTTagCompound nbt) |
PipeBehaviourCobble(IPipe pipe) |
PipeBehaviourCobble(IPipe pipe,
net.minecraft.nbt.NBTTagCompound nbt) |
PipeBehaviourDaizuli(IPipe pipe) |
PipeBehaviourDaizuli(IPipe pipe,
net.minecraft.nbt.NBTTagCompound nbt) |
PipeBehaviourDiamond(IPipe pipe) |
PipeBehaviourDiamond(IPipe pipe,
net.minecraft.nbt.NBTTagCompound nbt) |
PipeBehaviourDiamondFluid(IPipe pipe) |
PipeBehaviourDiamondFluid(IPipe pipe,
net.minecraft.nbt.NBTTagCompound nbt) |
PipeBehaviourDiamondItem(IPipe pipe) |
PipeBehaviourDiamondItem(IPipe pipe,
net.minecraft.nbt.NBTTagCompound nbt) |
PipeBehaviourDirectional(IPipe pipe) |
PipeBehaviourDirectional(IPipe pipe,
net.minecraft.nbt.NBTTagCompound nbt) |
PipeBehaviourEmzuli(IPipe pipe) |
PipeBehaviourEmzuli(IPipe pipe,
net.minecraft.nbt.NBTTagCompound nbt) |
PipeBehaviourGold(IPipe pipe) |
PipeBehaviourGold(IPipe pipe,
net.minecraft.nbt.NBTTagCompound nbt) |
PipeBehaviourIron(IPipe pipe) |
PipeBehaviourIron(IPipe pipe,
net.minecraft.nbt.NBTTagCompound nbt) |
PipeBehaviourLapis(IPipe pipe) |
PipeBehaviourLapis(IPipe pipe,
net.minecraft.nbt.NBTTagCompound nbt) |
PipeBehaviourObsidian(IPipe pipe) |
PipeBehaviourObsidian(IPipe pipe,
net.minecraft.nbt.NBTTagCompound nbt) |
PipeBehaviourQuartz(IPipe pipe) |
PipeBehaviourQuartz(IPipe pipe,
net.minecraft.nbt.NBTTagCompound nbt) |
PipeBehaviourSandstone(IPipe pipe) |
PipeBehaviourSandstone(IPipe pipe,
net.minecraft.nbt.NBTTagCompound nbt) |
PipeBehaviourSeparate(IPipe pipe) |
PipeBehaviourSeparate(IPipe pipe,
net.minecraft.nbt.NBTTagCompound nbt) |
PipeBehaviourStone(IPipe pipe) |
PipeBehaviourStone(IPipe pipe,
net.minecraft.nbt.NBTTagCompound nbt) |
PipeBehaviourStripes(IPipe pipe) |
PipeBehaviourStripes(IPipe pipe,
net.minecraft.nbt.NBTTagCompound nbt) |
PipeBehaviourStructure(IPipe pipe) |
PipeBehaviourStructure(IPipe pipe,
net.minecraft.nbt.NBTTagCompound nbt) |
PipeBehaviourVoid(IPipe pipe) |
PipeBehaviourVoid(IPipe pipe,
net.minecraft.nbt.NBTTagCompound nbt) |
PipeBehaviourWood(IPipe pipe) |
PipeBehaviourWood(IPipe pipe,
net.minecraft.nbt.NBTTagCompound nbt) |
PipeBehaviourWoodDiamond(IPipe pipe) |
PipeBehaviourWoodDiamond(IPipe pipe,
net.minecraft.nbt.NBTTagCompound nbt) |
PipeBehaviourWoodPower(IPipe pipe) |
PipeBehaviourWoodPower(IPipe pipe,
net.minecraft.nbt.NBTTagCompound nbt) |
Constructor and Description |
---|
PipeFlowFluids(IPipe pipe) |
PipeFlowFluids(IPipe pipe,
net.minecraft.nbt.NBTTagCompound nbt) |
PipeFlowItems(IPipe pipe) |
PipeFlowItems(IPipe pipe,
net.minecraft.nbt.NBTTagCompound nbt) |
PipeFlowPower(IPipe pipe) |
PipeFlowPower(IPipe pipe,
net.minecraft.nbt.NBTTagCompound nbt) |
PipeFlowStructure(IPipe pipe) |
PipeFlowStructure(IPipe pipe,
net.minecraft.nbt.NBTTagCompound nbt) |
Modifier and Type | Method and Description |
---|---|
IPipe |
TilePipeHolder.getNeighbourPipe(net.minecraft.util.EnumFacing side) |