Package | Description |
---|---|
buildcraft.api.transport |
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.transport.block | |
buildcraft.transport.wire |
Modifier and Type | Field and Description |
---|---|
EnumWirePart |
WireNode.part |
static EnumWirePart[] |
EnumWirePart.VALUES |
Modifier and Type | Method and Description |
---|---|
static EnumWirePart |
EnumWirePart.get(boolean x,
boolean y,
boolean z) |
static EnumWirePart |
EnumWirePart.get(int x,
int y,
int z) |
static EnumWirePart |
EnumWirePart.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumWirePart[] |
EnumWirePart.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IWireManager.addPart(EnumWirePart part,
net.minecraft.item.EnumDyeColor colour) |
net.minecraft.item.EnumDyeColor |
IWireManager.getColorOfPart(EnumWirePart part) |
boolean |
IWireManager.isPowered(EnumWirePart part) |
net.minecraft.item.EnumDyeColor |
IWireManager.removePart(EnumWirePart part) |
Constructor and Description |
---|
WireNode(net.minecraft.util.math.BlockPos pos,
EnumWirePart part) |
Modifier and Type | Method and Description |
---|---|
static EnumWirePart |
BlockPipeHolder.getWirePartHit(net.minecraft.util.math.RayTraceResult trace) |
static EnumWirePart |
BlockPipeHolder.rayTraceWire(net.minecraft.util.math.BlockPos pos,
net.minecraft.util.math.Vec3d start,
net.minecraft.util.math.Vec3d end) |
Modifier and Type | Field and Description |
---|---|
EnumWirePart[] |
EnumWireBetween.parts |
EnumWirePart |
WireSystem.WireElement.wirePart |
Modifier and Type | Field and Description |
---|---|
java.util.Map<EnumWirePart,net.minecraft.item.EnumDyeColor> |
WireManager.parts |
java.util.Set<EnumWirePart> |
WireManager.poweredClient |
Modifier and Type | Method and Description |
---|---|
boolean |
WireManager.addPart(EnumWirePart part,
net.minecraft.item.EnumDyeColor colour) |
net.minecraft.item.EnumDyeColor |
WireManager.getColorOfPart(EnumWirePart part) |
boolean |
WireManager.isPowered(EnumWirePart part) |
net.minecraft.item.EnumDyeColor |
WireManager.removePart(EnumWirePart part) |
Modifier and Type | Method and Description |
---|---|
void |
WireManager.removeParts(java.util.Collection<EnumWirePart> toRemove) |
Constructor and Description |
---|
WireElement(net.minecraft.util.math.BlockPos blockPos,
EnumWirePart wirePart) |