public static Task BroadcastMv(this Map map, LivingEntity entity) { return(map.Broadcast(entity.CreateMvPacket())); }