C0DPacketCloseWindow
new C0DPacketCloseWindow(int windowId)
new C0DPacketCloseWindow(int windowId)Constructs a new C0DPacketCloseWindow object with the specified windowId. windowId is an integer representing the ID of the window that is being closed.
getWindowId(): int
getWindowId(): intReturns the window ID associated with this packet. The window ID is an integer value identifying the window that is being closed.
setWindowId(int windowId): void
setWindowId(int windowId): voidSets the window ID for this packet. The window ID is an integer value identifying the window that is being closed.
Last updated