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.api.transport.pipe | |
buildcraft.core.statements | |
buildcraft.transport.gate | |
buildcraft.transport.statements |
Modifier and Type | Method and Description |
---|---|
static java.util.List<ITriggerInternal> |
StatementManager.getInternalTriggers(IStatementContainer container) |
Modifier and Type | Method and Description |
---|---|
void |
ITriggerProvider.addInternalTriggers(java.util.Collection<ITriggerInternal> triggers,
IStatementContainer container) |
Modifier and Type | Field and Description |
---|---|
java.util.Collection<ITriggerInternal> |
PipeEventStatement.AddTriggerInternal.triggers |
Constructor and Description |
---|
AddTriggerInternal(IPipeHolder holder,
java.util.Collection<ITriggerInternal> triggers) |
Modifier and Type | Class and Description |
---|---|
class |
TriggerPower |
class |
TriggerRedstoneInput |
class |
TriggerTrue |
Modifier and Type | Method and Description |
---|---|
void |
CoreTriggerProvider.addInternalTriggers(java.util.Collection<ITriggerInternal> res,
IStatementContainer container) |
Modifier and Type | Class and Description |
---|---|
class |
TriggerWrapper
Wrapper class around ITriggerInternal to allow for treating all triggers as internal triggers.
|
static class |
TriggerWrapper.TriggerWrapperExternal |
static class |
TriggerWrapper.TriggerWrapperInternal |
static class |
TriggerWrapper.TriggerWrapperInternalSided |
Modifier and Type | Field and Description |
---|---|
ITriggerInternal |
TriggerWrapper.TriggerWrapperInternal.trigger |
Constructor and Description |
---|
TriggerWrapperInternal(ITriggerInternal trigger) |
Modifier and Type | Class and Description |
---|---|
class |
TriggerPipeSignal |
Modifier and Type | Method and Description |
---|---|
void |
TriggerProviderGates.addInternalTriggers(java.util.Collection<ITriggerInternal> triggers,
IStatementContainer container) |