Delegate BlockPlacedDelegate
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
public delegate void BlockPlacedDelegate(IServerPlayer byPlayer, int oldblockId, BlockSelection blockSel, ItemStack withItemStack)
Parameters
byPlayer
IServerPlayeroldblockId
intblockSel
BlockSelectionwithItemStack
ItemStack
- Extension Methods