Package | Description |
---|---|
buildcraft.api.transport.pipe |
Modifier and Type | Method and Description |
---|---|
IPipeConnection.ConnectOverride |
IPipeConnection.overridePipeConnection(java.lang.Object type,
net.minecraft.util.EnumFacing with)
Deprecated.
Allows you to override pipe connection logic.
|
static IPipeConnection.ConnectOverride |
IPipeConnection.ConnectOverride.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IPipeConnection.ConnectOverride[] |
IPipeConnection.ConnectOverride.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|