C# Class Sharpcraft.Networking.Packets.TransactionPacket

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

public bool Accepted
return bool

Action public_oe property

public Int16,System Action
return System.Int16

Action public_oe property

public short Action
return short

WindowID public_oe property

public sbyte WindowID
return sbyte