Property | Type | Description | |
---|---|---|---|
ItemCount | byte | ||
ItemDamage | short | ||
ItemEnchantments | NbtList | ||
ItemID | short |
Method | Description | |
---|---|---|
SlotData ( short itemID = -1, byte itemCount, short itemDamage, NbtList itemEnchantments = null ) : LibNbt.Tags |
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 |