C# Class Sharpcraft.Networking.Packets.EnchantItemPacket

Inheritance: Packet
Show file Open project: SijmenSchoon/Sharpcraft

Public Properties

Property Type Description
Enchantment sbyte
WindowID sbyte

Public Methods

Method Description
EnchantItemPacket ( sbyte windowId, sbyte enchantment ) : Sharpcraft.Networking.Enums

Method Details

EnchantItemPacket() public method

public EnchantItemPacket ( sbyte windowId, sbyte enchantment ) : Sharpcraft.Networking.Enums
windowId sbyte
enchantment sbyte
return Sharpcraft.Networking.Enums

Property Details

Enchantment public property

public sbyte Enchantment
return sbyte

WindowID public property

public sbyte WindowID
return sbyte