Table of Contents

Class DummySlot

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll

A single slot not attached to a given inventory.

public class DummySlot : ItemSlot
Inheritance
DummySlot
Derived
Inherited Members

Constructors

DummySlot()

public DummySlot()

DummySlot(ItemStack)

public DummySlot(ItemStack stack)

Parameters

stack ItemStack

DummySlot(ItemStack, InventoryBase)

public DummySlot(ItemStack stack, InventoryBase inv)

Parameters

stack ItemStack
inv InventoryBase