public class SOpenWindowPacket extends java.lang.Object implements IPacket<IClientPlayNetHandler>
Modifier and Type | Field and Description |
---|---|
private int |
menuId |
private ITextComponent |
title |
private int |
windowId |
Constructor and Description |
---|
SOpenWindowPacket() |
SOpenWindowPacket(int windowIdIn,
ContainerType<?> menuIdIn,
ITextComponent titleIn) |
Modifier and Type | Method and Description |
---|---|
ContainerType<?> |
getContainerType() |
ITextComponent |
getTitle() |
int |
getWindowId() |
void |
processPacket(IClientPlayNetHandler handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shouldSkipErrors
private int windowId
private int menuId
private ITextComponent title
public SOpenWindowPacket()
public SOpenWindowPacket(int windowIdIn, ContainerType<?> menuIdIn, ITextComponent titleIn)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData
in interface IPacket<IClientPlayNetHandler>
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
in interface IPacket<IClientPlayNetHandler>
java.io.IOException
public void processPacket(IClientPlayNetHandler handler)
processPacket
in interface IPacket<IClientPlayNetHandler>
public int getWindowId()
@Nullable public ContainerType<?> getContainerType()
public ITextComponent getTitle()