C# Class Sharpcraft.Networking.Packets.OpenWindowPacket

Inheritance: Packet
Mostra 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_oe property

public sbyte InventoryType
return sbyte

Slots public_oe property

public sbyte Slots
return sbyte

Title public_oe property

public string Title
return string

WindowID public_oe property

public sbyte WindowID
return sbyte