Delegate BlockBreakDelegate
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
public delegate void BlockBreakDelegate(IServerPlayer byPlayer, BlockSelection blockSel, ref float dropQuantityMultiplier, ref EnumHandling handling)
Parameters
byPlayer
IServerPlayerblockSel
BlockSelectiondropQuantityMultiplier
floathandling
EnumHandling
- Extension Methods