BlockRef.dropNaturally.invoke(handle, Conversion.toWorldHandle.convert(world), x, y, z, data, yield, chance);
}
@Override
public void ignite(org.bukkit.World world, int x, int y, int z) {
World worldhandle = CommonNMS.getNative(world);
Explosion ex = new Explosion(worldhandle, null, x, y, z, (float) 4.0);
BlockRef.ignite.invoke(handle, worldhandle, x, y, z, ex);
}