C# Class Sharpcraft.Networking.Packets.TransactionPacket

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

Public Properties

Property Type Description
Accepted bool
Action System.Int16
Action short
WindowID sbyte

Public Methods

Method Description
TransactionPacket ( sbyte windowId, Int16 action, bool accepted = false ) : System

Method Details

TransactionPacket() public method

public TransactionPacket ( sbyte windowId, Int16 action, bool accepted = false ) : System
windowId sbyte
action System.Int16
accepted bool
return System

Property Details

Accepted public property

public bool Accepted
return bool

Action public property

public Int16,System Action
return System.Int16

Action public property

public short Action
return short

WindowID public property

public sbyte WindowID
return sbyte