C# Class Sharpcraft.Networking.Packets.EnchantItemPacket

Inheritance: Packet
Afficher le fichier Open project: SijmenSchoon/Sharpcraft

Méthodes publiques

Свойство Type Description
Enchantment sbyte
WindowID sbyte

Méthodes publiques

Méthode Description
EnchantItemPacket ( sbyte windowId, sbyte enchantment ) : Sharpcraft.Networking.Enums

Method Details

EnchantItemPacket() public méthode

public EnchantItemPacket ( sbyte windowId, sbyte enchantment ) : Sharpcraft.Networking.Enums
windowId sbyte
enchantment sbyte
Résultat Sharpcraft.Networking.Enums

Property Details

Enchantment public_oe property

public sbyte Enchantment
Résultat sbyte

WindowID public_oe property

public sbyte WindowID
Résultat sbyte