Package | Description |
---|---|
buildcraft.api.mj |
Contains the Minecraft Joule API (shortened to Mj), reborn.
|
buildcraft.core.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 |
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<IMjReceiver> |
MjAPI.CAP_RECEIVER |
Modifier and Type | Class and Description |
---|---|
class |
TilePowerConsumerTester |
Modifier and Type | Class and Description |
---|---|
class |
TileAutoWorkbenchBase |
class |
TileAutoWorkbenchFluids |
class |
TileAutoWorkbenchItems |
Modifier and Type | Method and Description |
---|---|
protected IMjReceiver |
TilePump.createMjReceiver() |
protected abstract IMjReceiver |
TileMiner.createMjReceiver() |
protected IMjReceiver |
TileMiningWell.createMjReceiver() |
Modifier and Type | Method and Description |
---|---|
IMjReceiver |
TileEngineBase_BC8.getReceiverToPower(net.minecraft.tileentity.TileEntity tile,
net.minecraft.util.EnumFacing side)
Redstone engines override this to get an
IMjRedstoneReceiver instance |
Modifier and Type | Class and Description |
---|---|
class |
MjBatteryReceiver |
class |
MjRedstoneBatteryReceiver |
Modifier and Type | Class and Description |
---|---|
class |
PipeBehaviourEmzuli |
class |
PipeBehaviourObsidian |
class |
PipeBehaviourStripes |
class |
PipeBehaviourWood |
class |
PipeBehaviourWoodDiamond |
Modifier and Type | Class and Description |
---|---|
class |
PipeFlowPower.Section |