Function Event_RaiseBlock

Source
pub unsafe fn Event_RaiseBlock(
    handlers: &mut Event_Block,
    coords: IVec3,
    oldBlock: BlockID,
    block: BlockID,
)
Expand description

Calls all registered callbacks for an event which takes block change arguments. These are the coordinates/location of the change, block there before, block there now.