Class ItemSlotBagContent
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
public class ItemSlotBagContent : ItemSlotSurvival
- Inheritance
-
ItemSlotBagContent
- Inherited Members
- Extension Methods
Constructors
ItemSlotBagContent(InventoryBase, int, int, EnumItemStorageFlags)
public ItemSlotBagContent(InventoryBase inventory, int BagIndex, int SlotIndex, EnumItemStorageFlags storageType)
Parameters
inventory
InventoryBaseBagIndex
intSlotIndex
intstorageType
EnumItemStorageFlags
Fields
BagIndex
public int BagIndex
Field Value
SlotIndex
public int SlotIndex
Field Value
storageType
public EnumItemStorageFlags storageType
Field Value
Properties
StorageType
The storage type of this slot.
public override EnumItemStorageFlags StorageType { get; }