public final class MessageModuleReadOnlyMemoryData
extends java.lang.Object
implements cpw.mods.fml.common.network.simpleimpl.IMessage
| Constructor and Description |
|---|
MessageModuleReadOnlyMemoryData() |
MessageModuleReadOnlyMemoryData(byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromBytes(io.netty.buffer.ByteBuf buf) |
byte[] |
getData() |
void |
toBytes(io.netty.buffer.ByteBuf buf) |
public MessageModuleReadOnlyMemoryData(byte[] data)
public MessageModuleReadOnlyMemoryData()
public byte[] getData()
public void fromBytes(io.netty.buffer.ByteBuf buf)
fromBytes in interface cpw.mods.fml.common.network.simpleimpl.IMessagepublic void toBytes(io.netty.buffer.ByteBuf buf)
toBytes in interface cpw.mods.fml.common.network.simpleimpl.IMessage