Interface IBlockEntityContainer
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
public interface IBlockEntityContainer
- Extension Methods
Properties
Inventory
The inventory attached to this block entity container
IInventory Inventory { get; }
Property Value
InventoryClassName
The class name for the inventory.
string InventoryClassName { get; }
Property Value
Methods
DropContents(Vec3d)
Called by EntityBlockFalling if required
void DropContents(Vec3d atPos)
Parameters
atPos
Vec3d