C# Class Sharpcraft.Networking.SlotData

Mostra file Open project: SijmenSchoon/Sharpcraft Class Usage Examples

Public Properties

Property Type Description
ItemCount byte
ItemDamage short
ItemEnchantments NbtList
ItemID short

Public Methods

Method Description
SlotData ( short itemID = -1, byte itemCount, short itemDamage, NbtList itemEnchantments = null ) : LibNbt.Tags

Method Details

SlotData() public method

public SlotData ( short itemID = -1, byte itemCount, short itemDamage, NbtList itemEnchantments = null ) : LibNbt.Tags
itemID short
itemCount byte
itemDamage short
itemEnchantments NbtList
return LibNbt.Tags

Property Details

ItemCount public_oe property

public byte ItemCount
return byte

ItemDamage public_oe property

public short ItemDamage
return short

ItemEnchantments public_oe property

public NbtList ItemEnchantments
return NbtList

ItemID public_oe property

public short ItemID
return short