Package | Description |
---|---|
buildcraft.transport.block | |
buildcraft.transport.wire |
Modifier and Type | Method and Description |
---|---|
static EnumWireBetween |
BlockPipeHolder.getWireBetweenHit(net.minecraft.util.math.RayTraceResult trace) |
Modifier and Type | Field and Description |
---|---|
static EnumWireBetween[] |
EnumWireBetween.CENTRES |
static EnumWireBetween[] |
EnumWireBetween.CONNECTIONS |
static EnumWireBetween[] |
EnumWireBetween.VALUES |
Modifier and Type | Field and Description |
---|---|
java.util.Map<EnumWireBetween,net.minecraft.item.EnumDyeColor> |
WireManager.betweens |
Modifier and Type | Method and Description |
---|---|
static EnumWireBetween |
EnumWireBetween.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumWireBetween[] |
EnumWireBetween.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|