public final class MessageCasingLockedState extends AbstractMessageWithLocation
| Constructor and Description |
|---|
MessageCasingLockedState() |
MessageCasingLockedState(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 MessageCasingLockedState(Casing casing, boolean isLocked)
public MessageCasingLockedState()
public boolean isLocked()
public void fromBytes(io.netty.buffer.ByteBuf buf)
fromBytes in interface net.minecraftforge.fml.common.network.simpleimpl.IMessagefromBytes in class AbstractMessageWithLocationpublic void toBytes(io.netty.buffer.ByteBuf buf)
toBytes in interface net.minecraftforge.fml.common.network.simpleimpl.IMessagetoBytes in class AbstractMessageWithLocation