Package | Description |
---|---|
buildcraft.api.core |
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.robots |
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.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.lib.cap | |
buildcraft.lib.statement | |
buildcraft.lib.tile.item | |
buildcraft.silicon.gate | |
buildcraft.transport.pipe.behaviour | |
buildcraft.transport.pipe.flow |
Modifier and Type | Field and Description |
---|---|
static EnumPipePart[] |
EnumPipePart.FACES |
static EnumPipePart[] |
EnumPipePart.HORIZONTALS |
static EnumPipePart[] |
EnumPipePart.VALUES |
Modifier and Type | Method and Description |
---|---|
static EnumPipePart |
EnumPipePart.fromFacing(net.minecraft.util.EnumFacing face) |
static EnumPipePart |
EnumPipePart.fromMeta(int meta) |
EnumPipePart |
EnumPipePart.next() |
EnumPipePart |
EnumPipePart.opposite() |
static EnumPipePart |
EnumPipePart.readFromNBT(net.minecraft.nbt.NBTBase base) |
static EnumPipePart[] |
EnumPipePart.validFaces() |
static EnumPipePart |
EnumPipePart.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumPipePart[] |
EnumPipePart.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
EnumPipePart |
ResourceIdBlock.side |
Modifier and Type | Method and Description |
---|---|
EnumPipePart |
DockingStation.getFluidInputSide() |
EnumPipePart |
DockingStation.getFluidOutputSide() |
EnumPipePart |
DockingStation.getItemInputSide() |
EnumPipePart |
DockingStation.getItemOutputSide() |
Modifier and Type | Field and Description |
---|---|
EnumPipePart |
StatementSlot.part |
Modifier and Type | Field and Description |
---|---|
EnumPipePart |
PipeEventActionActivate.part |
Modifier and Type | Method and Description |
---|---|
boolean |
PipeFlow.onFlowActivate(net.minecraft.entity.player.EntityPlayer player,
net.minecraft.util.math.RayTraceResult trace,
float hitX,
float hitY,
float hitZ,
EnumPipePart part) |
boolean |
PipeBehaviour.onPipeActivate(net.minecraft.entity.player.EntityPlayer player,
net.minecraft.util.math.RayTraceResult trace,
float hitX,
float hitY,
float hitZ,
EnumPipePart part) |
Constructor and Description |
---|
PipeEventActionActivate(IPipeHolder holder,
IAction action,
IStatementParameter[] params,
EnumPipePart part) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
TriggerPower.isActive(net.minecraftforge.common.capabilities.ICapabilityProvider tile,
EnumPipePart side) |
Modifier and Type | Method and Description |
---|---|
<T> void |
CapabilityHelper.addCapability(net.minecraftforge.common.capabilities.Capability<T> cap,
java.util.function.Function<net.minecraft.util.EnumFacing,T> getter,
EnumPipePart... parts) |
<T> void |
CapabilityHelper.addCapability(net.minecraftforge.common.capabilities.Capability<T> cap,
java.util.function.Supplier<T> getter,
EnumPipePart... parts) |
<T> void |
CapabilityHelper.addCapabilityInstance(net.minecraftforge.common.capabilities.Capability<T> cap,
T instance,
EnumPipePart... parts) |
Modifier and Type | Field and Description |
---|---|
EnumPipePart |
StatementWrapper.sourcePart
Used to determine the background colour of triggers and actions.
|
Constructor and Description |
---|
ActionWrapper(IAction delegate,
EnumPipePart sourcePart) |
StatementWrapper(IStatement delegate,
EnumPipePart sourcePart) |
TriggerWrapper(IStatement delegate,
EnumPipePart sourcePart) |
Modifier and Type | Method and Description |
---|---|
ItemHandlerSimple |
ItemHandlerManager.addInvHandler(java.lang.String key,
int size,
ItemHandlerManager.EnumAccess access,
EnumPipePart... parts) |
ItemHandlerSimple |
ItemHandlerManager.addInvHandler(java.lang.String key,
int size,
StackInsertionChecker checker,
ItemHandlerManager.EnumAccess access,
EnumPipePart... parts) |
ItemHandlerSimple |
ItemHandlerManager.addInvHandler(java.lang.String key,
int size,
StackInsertionChecker checker,
StackInsertionFunction insertionFunction,
ItemHandlerManager.EnumAccess access,
EnumPipePart... parts) |
ItemHandlerSimple |
ItemHandlerManager.addInvHandler(java.lang.String key,
int size,
StackInsertionFunction insertionFunction,
ItemHandlerManager.EnumAccess access,
EnumPipePart... parts) |
<T extends net.minecraftforge.common.util.INBTSerializable<net.minecraft.nbt.NBTTagCompound> & net.minecraftforge.items.IItemHandlerModifiable> |
ItemHandlerManager.addInvHandler(java.lang.String key,
T handler,
ItemHandlerManager.EnumAccess access,
EnumPipePart... parts) |
Modifier and Type | Field and Description |
---|---|
EnumPipePart |
GateContext.GateGroup.part |
Constructor and Description |
---|
GateGroup(EnumPipePart part,
java.util.List<T> statements) |
Modifier and Type | Field and Description |
---|---|
protected EnumPipePart |
PipeBehaviourDirectional.currentDir |
Modifier and Type | Method and Description |
---|---|
boolean |
PipeBehaviourEmzuli.onPipeActivate(net.minecraft.entity.player.EntityPlayer player,
net.minecraft.util.math.RayTraceResult trace,
float hitX,
float hitY,
float hitZ,
EnumPipePart part) |
boolean |
PipeBehaviourDirectional.onPipeActivate(net.minecraft.entity.player.EntityPlayer player,
net.minecraft.util.math.RayTraceResult trace,
float hitX,
float hitY,
float hitZ,
EnumPipePart part) |
boolean |
PipeBehaviourLapis.onPipeActivate(net.minecraft.entity.player.EntityPlayer player,
net.minecraft.util.math.RayTraceResult trace,
float hitX,
float hitY,
float hitZ,
EnumPipePart part) |
boolean |
PipeBehaviourDaizuli.onPipeActivate(net.minecraft.entity.player.EntityPlayer player,
net.minecraft.util.math.RayTraceResult trace,
float hitX,
float hitY,
float hitZ,
EnumPipePart part) |
boolean |
PipeBehaviourWoodDiamond.onPipeActivate(net.minecraft.entity.player.EntityPlayer player,
net.minecraft.util.math.RayTraceResult trace,
float hitX,
float hitY,
float hitZ,
EnumPipePart part) |
boolean |
PipeBehaviourDiamond.onPipeActivate(net.minecraft.entity.player.EntityPlayer player,
net.minecraft.util.math.RayTraceResult trace,
float hitX,
float hitY,
float hitZ,
EnumPipePart part) |
Modifier and Type | Method and Description |
---|---|
boolean |
PipeFlowPower.onFlowActivate(net.minecraft.entity.player.EntityPlayer player,
net.minecraft.util.math.RayTraceResult trace,
float hitX,
float hitY,
float hitZ,
EnumPipePart part) |