public final class CasingLockedStateMessage extends AbstractMessageWithLocation
| Constructor and Description |
|---|
CasingLockedStateMessage() |
CasingLockedStateMessage(Casing casing,
boolean isLocked) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromBytes(io.netty.buffer.ByteBuf buf) |
boolean |
isLocked() |
void |
toBytes(io.netty.buffer.ByteBuf buf) |
getPositiongetDimensionpublic CasingLockedStateMessage(Casing casing, boolean isLocked)
public CasingLockedStateMessage()
public boolean isLocked()
public void fromBytes(io.netty.buffer.ByteBuf buf)
fromBytes in class AbstractMessageWithLocationpublic void toBytes(io.netty.buffer.ByteBuf buf)
toBytes in class AbstractMessageWithLocation