Package | Description |
---|---|
buildcraft.transport.item | |
buildcraft.transport.plug |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ItemPluggableFacade.getFacadeStateDisplayName(FacadePhasedState state) |
Modifier and Type | Field and Description |
---|---|
FacadePhasedState[] |
FacadeInstance.phasedStates |
Modifier and Type | Method and Description |
---|---|
FacadePhasedState |
FacadeBlockStateInfo.createPhased(boolean isHollow,
net.minecraft.item.EnumDyeColor activeColour) |
FacadePhasedState |
FacadeInstance.getCurrentStateForStack() |
static FacadePhasedState |
FacadePhasedState.readFromBuffer(PacketBufferBC buf) |
static FacadePhasedState |
FacadePhasedState.readFromNbt(net.minecraft.nbt.NBTTagCompound nbt) |
FacadePhasedState |
FacadePhasedState.withColour(net.minecraft.item.EnumDyeColor colour) |
FacadePhasedState |
FacadePhasedState.withSwappedIsHollow() |
Modifier and Type | Method and Description |
---|---|
FacadeInstance |
FacadeInstance.withState(FacadePhasedState state) |
Constructor and Description |
---|
FacadeInstance(FacadePhasedState[] phasedStates) |