C# Class Sharpcraft.Networking.Packets.OpenWindowPacket

Inheritance: Packet
Show file Open project: SijmenSchoon/Sharpcraft Class Usage Examples

Public Properties

Property Type Description
InventoryType sbyte
Slots sbyte
Title string
WindowID sbyte

Public Methods

Method Description
OpenWindowPacket ( sbyte windowId, sbyte inventoryType, string title = null, sbyte slots ) : Sharpcraft.Networking.Enums

Method Details

OpenWindowPacket() public method

public OpenWindowPacket ( sbyte windowId, sbyte inventoryType, string title = null, sbyte slots ) : Sharpcraft.Networking.Enums
windowId sbyte
inventoryType sbyte
title string
slots sbyte
return Sharpcraft.Networking.Enums

Property Details

InventoryType public property

public sbyte InventoryType
return sbyte

Slots public property

public sbyte Slots
return sbyte

Title public property

public string Title
return string

WindowID public property

public sbyte WindowID
return sbyte