Package | Description |
---|---|
buildcraft.api.transport.pipe | |
buildcraft.transport.pipe |
Modifier and Type | Method and Description |
---|---|
IPipe.ConnectedType |
IPipe.getConnectedType(net.minecraft.util.EnumFacing side) |
static IPipe.ConnectedType |
IPipe.ConnectedType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IPipe.ConnectedType[] |
IPipe.ConnectedType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IPipe.ConnectedType |
Pipe.getConnectedType(net.minecraft.util.EnumFacing side) |