C# Class Sharpcraft.Networking.Packets.WindowClickPacket

Inheritance: Packet
Mostra file Open project: SijmenSchoon/Sharpcraft

Public Properties

Property Type Description
ActionNumber System.Int16
ActionNumber short
ClickedItem object
RightClick sbyte
Shift bool
Slot System.Int16
Slot short
WindowID sbyte

Public Methods

Method Description
WindowClickPacket ( sbyte windowId, Int16 slot, sbyte rightClick, Int16 actionNumber, bool shift = false, object clickedItem = null ) : System

Method Details

WindowClickPacket() public method

public WindowClickPacket ( sbyte windowId, Int16 slot, sbyte rightClick, Int16 actionNumber, bool shift = false, object clickedItem = null ) : System
windowId sbyte
slot System.Int16
rightClick sbyte
actionNumber System.Int16
shift bool
clickedItem object
return System

Property Details

ActionNumber public_oe property

public Int16,System ActionNumber
return System.Int16

ActionNumber public_oe property

public short ActionNumber
return short

ClickedItem public_oe property

public object ClickedItem
return object

RightClick public_oe property

public sbyte RightClick
return sbyte

Shift public_oe property

public bool Shift
return bool

Slot public_oe property

public Int16,System Slot
return System.Int16

Slot public_oe property

public short Slot
return short

WindowID public_oe property

public sbyte WindowID
return sbyte