public final class MessageReceivingPipeLockedState extends AbstractMessageWithLocation
| Constructor and Description |
|---|
MessageReceivingPipeLockedState() |
MessageReceivingPipeLockedState(TileEntityCasing casing,
Face face,
Port port,
boolean isLocked) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromBytes(io.netty.buffer.ByteBuf buf) |
Face |
getFace() |
Port |
getPort() |
boolean |
isLocked() |
void |
toBytes(io.netty.buffer.ByteBuf buf) |
getPositionX, getPositionY, getPositionZgetDimensionpublic MessageReceivingPipeLockedState(TileEntityCasing casing, Face face, Port port, boolean isLocked)
public MessageReceivingPipeLockedState()
public Face getFace()
public Port getPort()
public boolean isLocked()
public void fromBytes(io.netty.buffer.ByteBuf buf)
fromBytes in interface cpw.mods.fml.common.network.simpleimpl.IMessagefromBytes in class AbstractMessageWithLocationpublic void toBytes(io.netty.buffer.ByteBuf buf)
toBytes in interface cpw.mods.fml.common.network.simpleimpl.IMessagetoBytes in class AbstractMessageWithLocation