OpenWindowPacket

data class OpenWindowPacket(val windowId: Int, val inventoryType: Int, val windowTitle: String) : ClientBoundPacket

Open Screen | 0x2c | play | clientbound

Parameters

windowId

windowId

inventoryType

inventoryType

windowTitle

windowTitle

See also

Constructors

Link copied to clipboard
constructor(windowId: Int, inventoryType: Int, windowTitle: String)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard