public static class FMLMessage.OpenGui extends FMLMessage
FMLMessage.CompleteHandshake, FMLMessage.EntityMessage, FMLMessage.EntitySpawnMessage, FMLMessage.OpenGui
Modifier and Type | Field and Description |
---|---|
(package private) int |
modGuiId |
(package private) java.lang.String |
modId |
(package private) int |
windowId |
(package private) int |
x |
(package private) int |
y |
(package private) int |
z |
Constructor and Description |
---|
OpenGui() |
OpenGui(int windowId,
java.lang.String modId,
int modGuiId,
int x,
int y,
int z) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
fromBytes(io.netty.buffer.ByteBuf buf) |
(package private) void |
toBytes(io.netty.buffer.ByteBuf buf) |
int windowId
java.lang.String modId
int modGuiId
int x
int y
int z
public OpenGui()
OpenGui(int windowId, java.lang.String modId, int modGuiId, int x, int y, int z)
void toBytes(io.netty.buffer.ByteBuf buf)
toBytes
in class FMLMessage
void fromBytes(io.netty.buffer.ByteBuf buf)
fromBytes
in class FMLMessage