C# Class Sharpcraft.Networking.Packets.OpenWindowPacket

Inheritance: Packet
Afficher le fichier Open project: SijmenSchoon/Sharpcraft Class Usage Examples

Méthodes publiques

Свойство Type Description
InventoryType sbyte
Slots sbyte
Title string
WindowID sbyte

Méthodes publiques

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

Method Details

OpenWindowPacket() public méthode

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

Property Details

InventoryType public_oe property

public sbyte InventoryType
Résultat sbyte

Slots public_oe property

public sbyte Slots
Résultat sbyte

Title public_oe property

public string Title
Résultat string

WindowID public_oe property

public sbyte WindowID
Résultat sbyte