public class PipeBehaviourSandstone extends PipeBehaviour
pipe
Constructor and Description |
---|
PipeBehaviourSandstone(IPipe pipe) |
PipeBehaviourSandstone(IPipe pipe,
net.minecraft.nbt.NBTTagCompound nbt) |
Modifier and Type | Method and Description |
---|---|
boolean |
canConnect(net.minecraft.util.EnumFacing face,
PipeBehaviour other) |
boolean |
canConnect(net.minecraft.util.EnumFacing face,
net.minecraft.tileentity.TileEntity oTile) |
static void |
modifySpeed(PipeEventItem.ModifySpeed event) |
addDrops, getCapability, getTextureData, getTextureIndex, hasCapability, onEntityCollide, onPipeActivate, onTick, readPayload, writePayload, writeToNbt
public PipeBehaviourSandstone(IPipe pipe)
public PipeBehaviourSandstone(IPipe pipe, net.minecraft.nbt.NBTTagCompound nbt)
public boolean canConnect(net.minecraft.util.EnumFacing face, PipeBehaviour other)
canConnect
in class PipeBehaviour
public boolean canConnect(net.minecraft.util.EnumFacing face, net.minecraft.tileentity.TileEntity oTile)
canConnect
in class PipeBehaviour
public static void modifySpeed(PipeEventItem.ModifySpeed event)