Package | Description |
---|---|
buildcraft.api.statements |
Copyright (c) 2011-2015, SpaceToad and the BuildCraft Team http://www.mod-buildcraft.com
The BuildCraft API is distributed under the terms of the MIT License.
|
buildcraft.builders | |
buildcraft.builders.snapshot.pattern | |
buildcraft.core.statements | |
buildcraft.transport.gate | |
buildcraft.transport.statements |
Modifier and Type | Method and Description |
---|---|
static java.util.List<IActionExternal> |
StatementManager.getExternalActions(net.minecraft.util.EnumFacing side,
net.minecraft.tileentity.TileEntity entity) |
java.util.List<IActionExternal> |
IOverrideDefaultStatements.overrideActions() |
Modifier and Type | Method and Description |
---|---|
void |
IActionProvider.addExternalActions(java.util.Collection<IActionExternal> actions,
net.minecraft.util.EnumFacing side,
net.minecraft.tileentity.TileEntity tile) |
Modifier and Type | Method and Description |
---|---|
void |
BCBuildersActionProvider.addExternalActions(java.util.Collection<IActionExternal> res,
net.minecraft.util.EnumFacing side,
net.minecraft.tileentity.TileEntity tile) |
Modifier and Type | Class and Description |
---|---|
class |
Pattern |
class |
PatternBox |
class |
PatternClear |
class |
PatternFill |
class |
PatternFrame |
class |
PatternNone |
class |
PatternPyramid |
class |
PatternShape2d |
class |
PatternShape2dArc |
class |
PatternShape2dCircle |
class |
PatternShape2dHexagon |
class |
PatternShape2dOctagon |
class |
PatternShape2dPentagon |
class |
PatternShape2dSemiCircle |
class |
PatternShape2dSquare |
class |
PatternShape2dTriangle |
class |
PatternSphere |
class |
PatternSpherePart |
class |
PatternStairs |
Modifier and Type | Class and Description |
---|---|
class |
ActionMachineControl |
Modifier and Type | Method and Description |
---|---|
void |
CoreActionProvider.addExternalActions(java.util.Collection<IActionExternal> res,
net.minecraft.util.EnumFacing side,
net.minecraft.tileentity.TileEntity tile) |
Modifier and Type | Field and Description |
---|---|
IActionExternal |
ActionWrapper.ActionWrapperExternal.action |
Constructor and Description |
---|
ActionWrapperExternal(IActionExternal action,
net.minecraft.util.EnumFacing side) |
Modifier and Type | Method and Description |
---|---|
void |
ActionProviderGates.addExternalActions(java.util.Collection<IActionExternal> actions,
net.minecraft.util.EnumFacing side,
net.minecraft.tileentity.TileEntity tile) |