Package | Description |
---|---|
buildcraft.api.mj |
Contains the Minecraft Joule API (shortened to Mj), reborn.
|
buildcraft.core.tile | |
buildcraft.energy.tile | |
buildcraft.factory.tile | |
buildcraft.lib.engine | |
buildcraft.lib.mj | |
buildcraft.transport.pipe.behaviour | |
buildcraft.transport.pipe.flow |
Modifier and Type | Interface and Description |
---|---|
interface |
IMjPassiveProvider
Designates a machine that provides power passively- it does not attempt to manually output its power (like an
engine).
|
interface |
IMjReadable
Indicates an MJ consumer that has readable information.
|
interface |
IMjReceiver
Designates a machine that can receive power.
|
interface |
IMjRedstoneReceiver
Designates that a receiver can receive redstone power (cheap, free, small amounts)
|
Modifier and Type | Field and Description |
---|---|
static net.minecraftforge.common.capabilities.Capability<IMjConnector> |
MjAPI.CAP_CONNECTOR |
Modifier and Type | Method and Description |
---|---|
boolean |
IMjConnector.canConnect(IMjConnector other)
Checks to see if this connector can connect to the other connector.
|
Constructor and Description |
---|
MjCapabilityHelper(IMjConnector mj) |
Modifier and Type | Class and Description |
---|---|
class |
TilePowerConsumerTester |
Modifier and Type | Method and Description |
---|---|
protected IMjConnector |
TileEngineRedstone_BC8.createConnector() |
protected IMjConnector |
TileEngineCreative.createConnector() |
Modifier and Type | Method and Description |
---|---|
boolean |
TilePowerConsumerTester.canConnect(IMjConnector other) |
Modifier and Type | Method and Description |
---|---|
protected IMjConnector |
TileEngineStone_BC8.createConnector() |
protected IMjConnector |
TileEngineIron_BC8.createConnector() |
Modifier and Type | Class and Description |
---|---|
class |
TileAutoWorkbenchBase |
class |
TileAutoWorkbenchFluids |
class |
TileAutoWorkbenchItems |
Modifier and Type | Method and Description |
---|---|
boolean |
TileAutoWorkbenchBase.canConnect(IMjConnector other) |
Modifier and Type | Class and Description |
---|---|
class |
EngineConnector |
Modifier and Type | Field and Description |
---|---|
IMjConnector |
TileEngineBase_BC8.mjConnector |
Modifier and Type | Method and Description |
---|---|
protected abstract IMjConnector |
TileEngineBase_BC8.createConnector() |
Modifier and Type | Method and Description |
---|---|
boolean |
EngineConnector.canConnect(IMjConnector other) |
Modifier and Type | Class and Description |
---|---|
class |
MjBatteryReceiver |
class |
MjRedstoneBatteryReceiver |
Modifier and Type | Method and Description |
---|---|
boolean |
MjBatteryReceiver.canConnect(IMjConnector other) |
Modifier and Type | Class and Description |
---|---|
class |
PipeBehaviourEmzuli |
class |
PipeBehaviourObsidian |
class |
PipeBehaviourStripes |
class |
PipeBehaviourWood |
class |
PipeBehaviourWoodDiamond |
Modifier and Type | Method and Description |
---|---|
boolean |
PipeBehaviourStripes.canConnect(IMjConnector other) |
boolean |
PipeBehaviourObsidian.canConnect(IMjConnector other) |
boolean |
PipeBehaviourWood.canConnect(IMjConnector other) |
Modifier and Type | Class and Description |
---|---|
class |
PipeFlowPower.Section |
Modifier and Type | Method and Description |
---|---|
boolean |
PipeFlowPower.Section.canConnect(IMjConnector other) |